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.

48 lines
1.0 KiB

  1. # Copyright (c) 1998-2000 Microsoft Corporation. All Rights Reserved.
  2. TARGETNAME=DDKSynth
  3. USE_MAPSYM=1
  4. TARGETTYPE=DRIVER
  5. TARGETPATH=obj
  6. TARGETLIBS= \
  7. $(DDK_LIB_PATH)\portcls.lib \
  8. $(DDK_LIB_PATH)\stdunk.lib \
  9. $(SDK_LIB_PATH)\libcntpr.lib
  10. INCLUDES=
  11. MSC_WARNING_LEVEL=-W3 -WX
  12. C_DEFINES= $(C_DEFINES) -D_WIN32 -DUNICODE -D_UNICODE -DUNDER_NT
  13. #
  14. # Different levels of debug printage. First is nothing but
  15. # catastrophic errors, last is everything under the sun.
  16. #
  17. #C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_ERROR
  18. C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_TERSE
  19. #C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_VERBOSE
  20. #C_DEFINES= $(C_DEFINES) -DDEBUG_LEVEL=DEBUGLVL_BLAB
  21. LINKER_FLAGS=-map
  22. SOURCES= \
  23. adapter.cpp \
  24. clist.cpp \
  25. control.cpp \
  26. csynth.cpp \
  27. instr.cpp \
  28. kernhelp.cpp \
  29. midi.cpp \
  30. miniport.cpp \
  31. mix.cpp \
  32. plclock.cpp \
  33. syslink.cpp \
  34. voice.cpp \
  35. DDKSynth.rc
  36. i386_SOURCES= \
  37. mmx.cpp