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.
 
 
 
 
 
 

41 lines
806 B

#
# Create an installation and configuration DLL for the Sound Blaster driver
#
MAJORCOMP=windows
MINORCOMP=joystick
TARGETNAME=JOYSTICK
TARGETPATH=obj
TARGETTYPE=DYNLINK
UMTYPE=windows
LINKLIBS=
DLLENTRY=DLLEntryPoint
# Define libs we need and where to find them
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 \
$(BASEDIR)\public\sdk\lib\*\gdi32.lib
INCLUDES=$(BASEDIR)\private\inc
#
# Retail Only
#
C_DEFINES=-DUNICODE -DWINVER=0x0400
#
# Debug only
#
#C_DEFINES=-DUNICODE -DWINVER=0x0400 -DDEBUG
#MSC_OPTIMIZATION=/Od /Zi
#NTDEBUG=ntsd
#NTDEBUGTYPE=both
SOURCES=joystick.c \
joystick.rc
DLLBASE=0x6BD00000