43 lines
675 B
Plaintext
43 lines
675 B
Plaintext
!if 0
|
|
Copyright (c) 1992-1996 Microsoft Corporation
|
|
!endif
|
|
|
|
#
|
|
# 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=$(SDK_LIB_PATH)\user32.lib \
|
|
$(SDK_LIB_PATH)\kernel32.lib\
|
|
$(SDK_LIB_PATH)\winmm.lib
|
|
|
|
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
|