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.
42 lines
675 B
42 lines
675 B
!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
|