mirror of https://github.com/tongzx/nt5src
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.
22 lines
318 B
22 lines
318 B
TARGETNAME = test
|
|
TARGETPATH = obj
|
|
TARGETTYPE = DYNLINK
|
|
DLLENTRY = _DllMainCRTStartup
|
|
|
|
SYNCHRONIZE_DRAIN = 1
|
|
|
|
LINKLIBS = \
|
|
..\engexts\$(_OBJ_DIR)\*\engexts.lib
|
|
|
|
TARGETLIBS = \
|
|
$(SDK_LIB_PATH)\kernel32.lib
|
|
|
|
USE_MSVCRT = 1
|
|
|
|
INCLUDES = \
|
|
..\engexts
|
|
|
|
SOURCES = \
|
|
test.cpp
|
|
|
|
UMTYPE = console
|