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.
23 lines
305 B
23 lines
305 B
TARGETNAME=gencomctlt
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
SOURCES=\
|
|
gencomctlt.cpp \
|
|
gencomctlt.rc
|
|
|
|
USE_NATIVE_EH=1
|
|
USE_MSVCRT=1
|
|
USE_STL=1
|
|
|
|
INCLUDES= \
|
|
$(PROJECT_ROOT)/wow64/tools
|
|
|
|
UMTYPE=console
|
|
UMAPPL=
|
|
UMENTRY=main
|
|
|
|
TARGETLIBS=\
|
|
$(PROJECT_ROOT)/wow64/tools/*/genlib.lib \
|
|
$(SDK_LIB_PATH)/ntdll.lib
|
|
|