2010-07-25 23:05:32 +00:00
|
|
|
|
2011-01-07 12:11:46 +00:00
|
|
|
add_definitions(
|
|
|
|
-DUNICODE -D_UNICODE
|
|
|
|
-DROS_Headers)
|
2010-07-25 23:05:32 +00:00
|
|
|
|
2011-01-07 12:11:46 +00:00
|
|
|
add_library(atlnew atlbase.cpp atlcore.cpp)
|
2011-01-08 13:30:27 +00:00
|
|
|
add_dependencies(atlnew psdk)
|
|
|
|
|