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.

34 lines
677 B

  1. ##
  2. # Sources file for Sound Blaster virtual device driver
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=vsndblst
  6. TARGETNAME=vsndblst
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. UMTYPE=windows
  10. NO_DLL_EXPORTS=1
  11. MSC_WARNING_LEVEL=/W3 /WX
  12. # Define libs we need and where to find them
  13. TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
  14. $(SDK_LIB_PATH)\user32.lib \
  15. $(SDK_LIB_PATH)\advapi32.lib \
  16. $(SDK_LIB_PATH)\ntvdm.lib
  17. C_DEFINES=-DUNICODE
  18. SOURCES= \
  19. dsp.c \
  20. fm.c \
  21. mixer.c \
  22. vsb.c \
  23. vsndblst.rc
  24. DLLENTRY=DllEntryPoint
  25. DLLBASE=0xfe00000