This website requires JavaScript.
Explore
Help
Register
Sign in
Intravision
/
reactos
Watch
1
Star
0
Fork
You've already forked reactos
0
mirror of
https://github.com/reactos/reactos.git
synced
2024-11-19 13:33:42 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
d01184b164
reactos
/
sdk
/
lib
/
comsupp
/
CMakeLists.txt
5 lines
99 B
Text
Raw
Normal View
History
Unescape
Escape
[CRT] - Import C++ compiler support headers from mingw-w64 (with some fixes) - Implement the required parts of the comsupp library svn path=/trunk/; revision=58223
2013-01-26 13:33:15 +00:00
[C++] - Enable STLPort build on MSVC - Configure STLPort not to generate static constant definitions (which MSVC doesn't like) - Link C++ modules to stlport and cpprt as appropriate - Fix comsupp and atl C++ options CORE-6950 svn path=/trunk/; revision=59290
2013-06-22 15:57:36 +00:00
set_cpp(WITH_EXCEPTIONS WITH_STL)
[CRT] - Import C++ compiler support headers from mingw-w64 (with some fixes) - Implement the required parts of the comsupp library svn path=/trunk/; revision=58223
2013-01-26 13:33:15 +00:00
add_library(comsupp comsupp.cpp)
add_dependencies(comsupp psdk)
Reference in a new issue
Copy permalink