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-10-30 03:27:31 +00:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
527f2f9057
reactos
/
lib
/
sdk
/
comsupp
/
CMakeLists.txt
6 lines
100 B
CMake
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