Source code of Windows XP (NT5)
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.

28 lines
678 B

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