mirror of https://github.com/lianthony/NT4.0
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.
37 lines
719 B
37 lines
719 B
#
|
|
# Create MCIOLE32.DLL
|
|
#
|
|
|
|
MAJORCOMP=windows
|
|
MINORCOMP=mciole32
|
|
|
|
TARGETNAME=mciole32
|
|
TARGETPATH=\nt\public\sdk\lib
|
|
TARGETTYPE=DYNLINK
|
|
UMTYPE=windows
|
|
|
|
NTPROFILEINPUT=yes
|
|
|
|
# Define libs we need and where to find them
|
|
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\user32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\olecli32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\advapi32.lib \
|
|
$(BASEDIR)\public\sdk\lib\*\gdi32.lib
|
|
|
|
INCLUDES=$(BASEDIR)\public\sdk\inc;..\inc;..\..\inc
|
|
|
|
# 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
|