Windows-Server-2003/multimedia/media/mciole/sources

42 lines
725 B
Plaintext

!if 0
Copyright (c) 1992-1996 Microsoft Corporation
!endif
#
# Create MCIOLE32.DLL
#
MAJORCOMP=windows
MINORCOMP=mciole32
TARGETNAME=mciole32
TARGETPATH=obj
TARGETTYPE=DYNLINK
UMTYPE=windows
PASS1_PUBLISH={$(O)\$(TARGETNAME).lib=$(SDK_LIB_PATH)\$(TARGETNAME).lib}
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)\olecli32.lib \
$(SDK_LIB_PATH)\advapi32.lib \
$(SDK_LIB_PATH)\gdi32.lib
# Define WIN32 for a 32-bit version
C_DEFINES=-DWIN32
USE_NTDLL=1
SOURCES=mciole.c \
mciole.rc
# Set up the entry point
DLLENTRY=DllEntryPoint
DLLBASE=0x70E00000