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.
27 lines
542 B
27 lines
542 B
TARGETPATH=$(SASS_LIB_TARGETPATH)
|
|
TARGETNAME=sacommon
|
|
TARGETTYPE=LIBRARY
|
|
|
|
INCLUDES=.;\
|
|
$(SASS_INC);\
|
|
$(BASEDIR)\public\sdk\inc\atl21;\
|
|
$(BASEDIR)\public\sdk\inc;\
|
|
$(BASEDIR)\public\sdk\inc\crt;\
|
|
|
|
ATL_VER=21
|
|
USE_STL=1
|
|
USE_RTTI=1
|
|
USE_VCCOM=1
|
|
USE_MSVCRT=1
|
|
|
|
# enable unwind semantics. remove C4530: warnings
|
|
USER_C_FLAGS=/EHsc
|
|
|
|
C_DEFINES=$(C_DEFINES)
|
|
|
|
SOURCES=\
|
|
propertybagfactory.cpp\
|
|
regpropertybag.cpp\
|
|
wbemhlpr.cpp\
|
|
workerthread.cpp\
|
|
getvalue.cpp
|