mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 06:53:00 +00:00
[CMAKE]
- add kernelmodedriver module type - add set_cpp macro, which takes care of all c++ stuff for you - hackfix stlport headers for c++ kernel mode modules. - complain about explorer - solitaire, telnet and uniata now build happily against stlport svn path=/branches/cmake-bringup/; revision=49141
This commit is contained in:
parent
bb61fb5246
commit
33a0b314cd
9 changed files with 33 additions and 33 deletions
6
lib/3rdparty/stlport/CMakeLists.txt
vendored
6
lib/3rdparty/stlport/CMakeLists.txt
vendored
|
@ -41,9 +41,3 @@ list(APPEND SOURCE
|
|||
src/cxa.c)
|
||||
|
||||
add_library(stlport ${SOURCE})
|
||||
|
||||
if(NOT MSVC)
|
||||
#those are mandatory to get correctly ordered linked libraries.
|
||||
#target_link_libraries(stlport supc++ msvcrt.dll.a)
|
||||
#add_importlibs(stlport msvcrt)
|
||||
endif()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue