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.

46 lines
917 B

  1. !if 0
  2. Copyright (c) 1996-1999 Microsoft Corporation
  3. !endif
  4. !ifdef NTDEBUG
  5. DEBUG=1
  6. !endif
  7. TARGETNAME=ddksynth
  8. USE_MAPSYM=1
  9. TARGETPATH=obj
  10. TARGETTYPE=DYNLINK
  11. UMTYPE=windows
  12. DLLDEF=ddksynth.def
  13. DLLENTRY=_DllMainCRTStartup
  14. C_DEFINES= $(C_DEFINES) -DDBG -DWIN32 -D_WINDOWS -D_DMUSIC_USER_MODE_
  15. TARGETLIBS=\
  16. $(DDK_LIB_PATH)\kernel32.lib \
  17. $(DDK_LIB_PATH)\user32.lib \
  18. $(DDK_LIB_PATH)\winmm.lib \
  19. $(DDK_LIB_PATH)\advapi32.lib \
  20. $(DDK_LIB_PATH)\uuid.lib \
  21. $(DDK_LIB_PATH)\ole32.lib \
  22. $(DDK_LIB_PATH)\dsound.lib
  23. SOURCES=\
  24. clist.cpp \
  25. control.cpp \
  26. csynth.cpp \
  27. instr.cpp \
  28. midi.cpp \
  29. mix.cpp \
  30. voice.cpp \
  31. ddksynth.rc \
  32. debug.cpp \
  33. ddksynth.cpp \
  34. guids.cpp \
  35. oledll.cpp \
  36. plclock.cpp \
  37. umsynth.cpp
  38. i386_SOURCES=\
  39. mmx.cpp