mirror of
https://github.com/reactos/reactos.git
synced 2025-08-07 05:52:57 +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
|
@ -3,6 +3,10 @@ add_subdirectory(notifyhook)
|
|||
|
||||
set_unicode()
|
||||
|
||||
#NOTE : explorer doesn't follow standard c++, and so doesn't compile with stlport headers
|
||||
#I'm not willing to do it if explorer_new is hanging around
|
||||
set(CMAKE_CXX_COMPILE_OBJECT "<CMAKE_CXX_COMPILER> <DEFINES> <FLAGS> -o <OBJECT> -c <SOURCE>")
|
||||
|
||||
add_definitions(-DWIN32)
|
||||
add_definitions(-D__WINDRES__)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue