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.
24 lines
290 B
24 lines
290 B
TARGETNAME=winipcfg
|
|
TARGETPATH=obj
|
|
TARGETTYPE=PROGRAM
|
|
|
|
MSC_WARNING_LEVEL=/W3 /WX
|
|
C_DEFINES=-D_UNICODE -DUNICODE
|
|
|
|
|
|
UMTYPE=windows
|
|
USE_MSVCRT=1
|
|
USE_VCCOM=1
|
|
WIN32_IE_VERSION=0x0500
|
|
UMENTRY=winmain
|
|
|
|
TARGETLIBS=
|
|
|
|
INCLUDES=
|
|
|
|
SOURCES=\
|
|
winipcfg.rc \
|
|
winipcfg.cpp
|
|
|
|
|
|
|