- 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:
Jérôme Gardou 2010-10-14 11:03:20 +00:00
parent bb61fb5246
commit 33a0b314cd
9 changed files with 33 additions and 33 deletions

View file

@ -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__)