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.

34 lines
829 B

  1. # Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved.
  2. TARGETNAME=mssb16
  3. TARGETTYPE=DRIVER
  4. TARGETPATH=obj
  5. TARGETLIBS= \
  6. $(DDK_LIB_PATH)\portcls.lib\
  7. $(DDK_LIB_PATH)\stdunk.lib\
  8. $(SDK_LIB_PATH)\libcntpr.lib
  9. INCLUDES=
  10. MSC_WARNING_LEVEL=-W3 -WX
  11. C_DEFINES= $(C_DEFINES) -D_WIN32 -DUNICODE -D_UNICODE
  12. #
  13. # Different levels of debug printage. First is nothing but
  14. # catastrophic errors, last is everything under the sun.
  15. #
  16. #C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_ERROR
  17. C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_TERSE
  18. #C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_VERBOSE
  19. #C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_BLAB
  20. LINKER_FLAGS=-map
  21. SOURCES=\
  22. adapter.cpp \
  23. common.cpp \
  24. mintopo.cpp \
  25. minwave.cpp \
  26. sb16.rc