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.
21 lines
391 B
21 lines
391 B
TARGETNAME=pmsim
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
TARGETLIBS=$(BASEDIR)\public\sdk\lib\*\dlcapi.lib
|
|
|
|
USE_CRTDLL=1
|
|
|
|
SOURCES=pmsim.c \
|
|
dlclib.c \
|
|
dlcerr.c \
|
|
memlib.c \
|
|
util.c
|
|
|
|
UMTYPE=console
|
|
UMLIBS=$(BASEDIR)\public\sdk\lib\*\ntdll.lib
|
|
|
|
PRECOMPILED_INCLUDE=pmsimh.h
|
|
PRECOMPILED_PCH=pmsimh.pch
|
|
PRECOMPILED_OBJ=pmsimh.obj
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUSE_MY_ALLOC
|