2011-05-16 13:12:07 +00:00
|
|
|
|
2013-06-22 15:57:36 +00:00
|
|
|
set_cpp(WITH_RTTI)
|
2013-06-22 14:44:56 +00:00
|
|
|
|
2011-05-16 13:12:07 +00:00
|
|
|
add_definitions(
|
|
|
|
-DUNICODE -D_UNICODE
|
|
|
|
-DROS_Headers)
|
|
|
|
|
|
|
|
add_library(atlnew atlbase.cpp atlcore.cpp)
|
|
|
|
add_dependencies(atlnew psdk)
|
|
|
|
|