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.

39 lines
943 B

  1. # Copyright (c) 1995-2000 Microsoft Corporation. All rights reserved.
  2. TARGETTYPE=DRIVER
  3. TARGETPATH=obj
  4. TARGETLIBS= \
  5. $(DDK_LIB_PATH)\portcls.lib\
  6. $(DDK_LIB_PATH)\stdunk.lib
  7. INCLUDES= \
  8. $(DDK_INC_PATH); \
  9. ..
  10. MSC_WARNING_LEVEL=-W3 -WX
  11. C_DEFINES= $(C_DEFINES) -D_WIN32 -DUNICODE -D_UNICODE -DPC_IMPLEMENTATION
  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. basedma.cpp \
  24. basetopo.cpp \
  25. basewave.cpp \
  26. common.cpp \
  27. hw.cpp \
  28. kshelper.cpp \
  29. savedata.cpp \
  30. msvad.rc