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.
16 lines
242 B
16 lines
242 B
TARGETNAME=winmsd
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
TARGETTYPE=PROGRAM
|
|
LINKER_STACKCOMMITSIZE=8000
|
|
|
|
UMTYPE=windows
|
|
USE_MFCUNICODE=1
|
|
USE_ATL=1
|
|
USE_IOSTREAM=1
|
|
|
|
INCLUDES=..;
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
|
|
SOURCES=stubmsd.rc \
|
|
stubmsd.cpp
|