Source code of Windows XP (NT5)
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.
 
 
 
 
 
 

39 lines
643 B

!if 0
Copyright (c) 1992-1996 Microsoft Corporation
!endif
#
# Create MMDRV.DLL - Generic kernel multimedia device driver handler
#
MAJORCOMP=windows
MINORCOMP=winmm
TARGETNAME=mmdrv
TARGETPATH=obj
TARGETTYPE=DYNLINK
UMTYPE=windows
NTPROFILEINPUT=yes
# Define libs we need and where to find them
TARGETLIBS=$(SDK_LIB_PATH)\kernel32.lib \
$(SDK_LIB_PATH)\user32.lib \
$(SDK_LIB_PATH)\winmm.lib
SOURCES=mmdrv.c \
wavedd.c \
mididd.c \
auxdd.c \
drvutil.c \
mmdrv.rc
USE_NTDLL=1
# Set up the entry point
DLLENTRY=DllInstanceInit
UMRES=$(O)\mmdrv.res