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.
19 lines
280 B
19 lines
280 B
TARGETNAME=setactive
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
USER_C_FLAGS=-EHc
|
|
USE_NATIVE_EH=1
|
|
USE_MSVCRT=1
|
|
USE_STL=1
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
SOURCES=setact.cpp
|
|
|
|
UMTYPE=console
|
|
UMENTRY=wmain
|
|
|
|
TARGETLIBS=\
|
|
$(SDK_LIB_PATH)\imagehlp.lib
|
|
|