Revision: 181 http://rigsofrods.svn.sourceforge.net/rigsofrods/?rev=181&view=rev Author: rorthomas Date: 2009-04-16 10:12:40 +0000 (Thu, 16 Apr 2009)
Log Message: ----------- simplified cmake config Modified Paths: -------------- trunk/build/CMakeLists.txt Modified: trunk/build/CMakeLists.txt =================================================================== --- trunk/build/CMakeLists.txt 2009-04-16 10:07:43 UTC (rev 180) +++ trunk/build/CMakeLists.txt 2009-04-16 10:12:40 UTC (rev 181) @@ -56,9 +56,10 @@ # RoR options option(ROR_BUILD_HYDRAX "build RoR with HYDRAX water engine support" TRUE) option(ROR_BUILD_PAGED "build RoR with Paged Geometry support (grass and trees)" TRUE) -option(ROR_BUILD_BEAMSTATS "build RoR extensive Beam engine debugging/profiling support (do not enable in release build)" FALSE) option(ROR_BUILD_CONFIGURATOR "builds the RoRConfig" TRUE) -option(ROR_BUILD_ROR "toggles building of RoR and its dependencies" TRUE) + +# optimization things +option(ROR_BUILD_BEAMSTATS "build RoR extensive Beam engine debugging/profiling support (do not enable in release build)" FALSE) option(ROR_USE_OPTIMIZATIONS_WINDOWS "optimize build, gives more FPS, but needs longer to compile" TRUE) #option(ROR_BUILD_ANGELSCRIPT "build and use the new scripting engine" FALSE) @@ -87,15 +88,12 @@ # HAS_EDITOR (include ingame truck editor [the old one]) # OGREPLUGIN (use calls to terrain manager in order to update terrain visuals (obsolete) ) -IF(ROR_BUILD_ROR) - add_subdirectory(dependencies) - add_subdirectory(main) - IF(ROR_BUILD_CONFIGURATOR) - add_subdirectory(configurator) - ENDIF(ROR_BUILD_CONFIGURATOR) +add_subdirectory(dependencies) +add_subdirectory(main) +IF(ROR_BUILD_CONFIGURATOR) + add_subdirectory(configurator) +ENDIF(ROR_BUILD_CONFIGURATOR) -ENDIF(ROR_BUILD_ROR) - IF(WSYNC_BUILD_WSYNC) add_subdirectory(wsync) ENDIF(WSYNC_BUILD_WSYNC) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. ------------------------------------------------------------------------------ Stay on top of everything new and different, both inside and around Java (TM) technology - register by April 22, and save $200 on the JavaOne (SM) conference, June 2-5, 2009, San Francisco. 300 plus technical and hands-on sessions. Register today. Use priority code J9JMT32. http://p.sf.net/sfu/p _______________________________________________ Rigsofrods-devel mailing list Rigsofrods-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/rigsofrods-devel