Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
763 B

  1. # Copyright (c) 1997-2000 Microsoft Corporation. All Rights Reserved.
  2. TARGETNAME=stdunk
  3. TARGETTYPE=LIBRARY
  4. TARGETPATH=obj
  5. PASS1_PUBLISH={$(O)\stdunk.lib=$(DDK_LIB_PATH)\stdunk.lib}
  6. INCLUDES= \
  7. $(DDK_INC_PATH); \
  8. $(WDM_INC_PATH);
  9. MSC_WARNING_LEVEL=-W3 -WX
  10. C_DEFINES=$(C_DEFINES) -D_WIN32 -DUNICODE -D_UNICODE
  11. #
  12. # Different levels of debug printage. First is nothing but
  13. # catastrophic errors, last is everything under the sun.
  14. #
  15. #C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_ERROR
  16. C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_TERSE
  17. #C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_VERBOSE
  18. #C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_BLAB
  19. LINKER_FLAGS=-map
  20. SOURCES=\
  21. stdunk.cpp