- include stlport directory in set_cpp macro
  - move set_cpp macro where it belongs : it's generic enough to go to CMakeMacros.cmake

svn path=/branches/cmake-bringup/; revision=49148
This commit is contained in:
Jérôme Gardou 2010-10-14 20:16:57 +00:00
parent 887822f92e
commit 2d93fd22ac
4 changed files with 10 additions and 11 deletions

View file

@ -4,8 +4,9 @@ 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>")
#I'm not willing to do it if explorer_new is hanging around.
#jgardou
#set_cpp()
add_definitions(-DWIN32)
add_definitions(-D__WINDRES__)