Windows NT 4.0 source code leak
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.

36 lines
708 B

4 years ago
  1. ##
  2. # Create an installation and configuration DLL for the soundblaster
  3. #
  4. MAJORCOMP=windows
  5. MINORCOMP=synth
  6. TARGETNAME=synth
  7. TARGETPATH=obj
  8. TARGETTYPE=DYNLINK
  9. UMTYPE=windows
  10. # Define libs we need and where to find them
  11. TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\user32.lib \
  12. $(BASEDIR)\public\sdk\lib\*\kernel32.lib \
  13. $(BASEDIR)\public\sdk\lib\*\advapi32.lib \
  14. $(BASEDIR)\public\sdk\lib\*\winmm.lib
  15. INCLUDES=$(BASEDIR)\private\inc
  16. C_DEFINES=-DUNICODE
  17. SOURCES=midint.c \
  18. midi.c \
  19. config.c \
  20. drvproc.c \
  21. registry.c \
  22. adlib.c \
  23. opl3.c \
  24. synth.rc
  25. DLLENTRY=DllEntryPoint
  26. DLLBASE=0x6BD00000