mirror of
https://github.com/reactos/reactos.git
synced 2025-08-10 00:03:03 +00:00
[CMAKE]
- 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:
parent
887822f92e
commit
2d93fd22ac
4 changed files with 10 additions and 11 deletions
|
@ -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__)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue