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.
|
|
!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
|