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
335 B
23 lines
335 B
TARGETNAME=proccon
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=LIBRARY
|
|
|
|
UMTYPE=console
|
|
|
|
UNICODE=1
|
|
USE_MSVCRT=1
|
|
USE_NATIVE_EH=1
|
|
|
|
MSC_WARNING_LEVEL=/WX /W3
|
|
|
|
C_DEFINES=$(C_DEFINES) -DUNICODE -D_UNICODE
|
|
|
|
INCLUDES=.;..\service
|
|
|
|
SOURCES=\
|
|
procconlibmsg.rc \
|
|
procconlibmsg.mc \
|
|
procconlib.cpp
|
|
|
|
PASS0_HEADERDIR=$(O)
|
|
PASS0_SOURCEDIR=$(O)
|