mirror of https://github.com/lianthony/NT4.0
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.
33 lines
719 B
33 lines
719 B
#
|
|
# Create an installation and configuration DLL for the NEC soundsystem
|
|
#
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=necsnd
|
|
|
|
TARGETNAME=necsnd
|
|
TARGETPATH=$(BASEDIR)\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
|
|
# Define libs we need and where to find them
|
|
|
|
LINKLIBS=..\..\drivers\drvlib\obj\*\drvlib.lib
|
|
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\winmm.lib
|
|
|
|
USE_NTDLL=1
|
|
|
|
INCLUDES=..\..\drivers\drvlib\inc;$(BASEDIR)\private\inc
|
|
|
|
C_DEFINES=-DUNICODE
|
|
|
|
SOURCES=
|
|
|
|
MIPS_SOURCES=config.c \
|
|
drvproc.c \
|
|
necsnd.rc
|
|
|
|
DLLBASE=0x6BD00000
|