Windows NT 4.0 source code leak
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.
 
 
 
 
 
 

16 lines
364 B

TARGETNAME=apidll
TARGETPATH=obj
TARGETPATHLIB=$(BASEDIR)\public\sdk\lib
TARGETTYPE=DYNLINK
SOURCES=apidll.cpp apitable.cpp apidll.rc
DLLBASE=0x64000000
DLLENTRY=ApiDllEntry
USE_CRTDLL=1
MSC_WARNING_LEVEL=/WX /W3
DLLDEF=obj\*\apidll.def
INCLUDES=..\include
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\kernel32.lib \
$(BASEDIR)\public\sdk\lib\*\imagehlp.lib