mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 13:13: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()
|
||||
|
|
|
@ -44,7 +44,7 @@
|
|||
# endif
|
||||
#endif /* _STLP_BIG_ENDIAN */
|
||||
|
||||
#if !defined (_STLP_WINDOWS_H_INCLUDED)
|
||||
#if !defined (_STLP_WINDOWS_H_INCLUDED) && !defined(_WDMDDK_) //let's hope it will work long enough...
|
||||
# define _STLP_WINDOWS_H_INCLUDED
|
||||
# if defined (__BUILDING_STLPORT)
|
||||
# include <stl/config/_native_headers.h>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue