mirror of https://github.com/tongzx/nt5src
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
23 lines
343 B
!if 0
|
|
Copyright (c) 1994-1999 Microsoft Corporation
|
|
!endif
|
|
|
|
##
|
|
# Create an installation and configuration DLL for the soundblaster
|
|
#
|
|
|
|
TARGETNAME=synth
|
|
TARGETPATH=obj
|
|
TARGETTYPE=LIBRARY
|
|
SYNCHRONIZE_BLOCK=1
|
|
|
|
INCLUDES=..\inc;..\drvlib\inc
|
|
|
|
C_DEFINES=-DUNICODE
|
|
|
|
SOURCES=midint.c \
|
|
midi.c \
|
|
adlib.c \
|
|
opl3.c
|
|
|
|
|