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.

23 lines
343 B

  1. !if 0
  2. Copyright (c) 1994-1999 Microsoft Corporation
  3. !endif
  4. ##
  5. # Create an installation and configuration DLL for the soundblaster
  6. #
  7. TARGETNAME=synth
  8. TARGETPATH=obj
  9. TARGETTYPE=LIBRARY
  10. SYNCHRONIZE_BLOCK=1
  11. INCLUDES=..\inc;..\drvlib\inc
  12. C_DEFINES=-DUNICODE
  13. SOURCES=midint.c \
  14. midi.c \
  15. adlib.c \
  16. opl3.c