equal
deleted
inserted
replaced
161 #needs to be last |
161 #needs to be last |
162 add_definitions(-dDEBUGFILE) |
162 add_definitions(-dDEBUGFILE) |
163 |
163 |
164 #SOURCE AND PROGRAMS SECTION |
164 #SOURCE AND PROGRAMS SECTION |
165 if(BUILD_ENGINE_LIBRARY) |
165 if(BUILD_ENGINE_LIBRARY) |
166 message(${WARNING} "Engine will be built as library (experimental)") |
166 message("***Engine will be built as library (experimental)***") |
167 if(APPLE AND current_macosx_version VERSION_GREATER "10.5") |
167 if(APPLE AND current_macosx_version VERSION_GREATER "10.5") |
168 # due to compiler/linker issues on Max OS X 10.6 -k-no_order_inits is needed to avoid linking fail |
168 # due to compiler/linker issues on Max OS X 10.6 -k-no_order_inits is needed to avoid linking fail |
169 add_flag_prepend(CMAKE_Pascal_FLAGS "-k-no_order_inits") |
169 add_flag_prepend(CMAKE_Pascal_FLAGS "-k-no_order_inits") |
170 endif() |
170 endif() |
171 |
171 |