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.
 
 
 
 
 
 

40 lines
712 B

#
# Create MCISEQ.DLL
#
MAJORCOMP=media
MINORCOMP=mciseq
TARGETNAME=mciseq
TARGETPATH=obj
TARGETTYPE=DYNLINK
UMTYPE=windows
USE_NTDLL=1
NTPROFILEINPUT=yes
# Define libs we need and where to find them
TARGETLIBS=$(_NTBINDIR)\public\sdk\lib\*\user32.lib \
$(_NTBINDIR)\public\sdk\lib\*\kernel32.lib\
$(_NTBINDIR)\public\sdk\lib\*\winmm.lib
INCLUDES=\nt\public\sdk\inc;\nt\private\inc;..\..\inc
C_DEFINES=-DWIN32
SOURCES=list.c \
mcicmds.c \
mciseq.c \
callback.c \
formats.c \
mmseq.c \
util.c \
debug.c \
support.c \
mciseq.rc
# Set up the entry point
DLLENTRY=DllInstanceInit