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.
21 lines
386 B
21 lines
386 B
TARGETNAME= uicore
|
|
TARGETPATH= obj
|
|
TARGETTYPE= LIBRARY
|
|
|
|
C_DEFINES= -D_UNICODE -DUNICODE
|
|
USE_NATIVE_EH= 1
|
|
USE_ATL=1
|
|
USE_MFC=1
|
|
|
|
SOURCES=\
|
|
cstr.cpp \
|
|
assert.cpp \
|
|
regkey.cpp \
|
|
strings.cpp \
|
|
guidhelp.cpp \
|
|
util.cpp \
|
|
coremfc.cpp
|
|
|
|
|
|
UMTYPE= windows
|
|
|