MegaGlest/source/configurator
Mark Vejvoda dac61b9f5d added some new cmake directives to optional turn off subprojects from the build process. The new cmake options include:
BUILD_MEGAGLEST_MODEL_IMPORT_EXPORT_TOOLS
BUILD_MEGAGLEST_MODEL_VIEWER
BUILD_MEGAGLEST_MAP_EDITOR
BUILD_MEGAGLEST_CONFIGURATOR
BUILD_MEGAGLEST

By default these are all enabled (On). Turn turn off a module run cmake with the option turned off:
-DBUILD_MEGAGLEST_CONFIGURATOR=OFF
2011-10-17 16:59:22 +00:00
..
CMakeLists.txt added some new cmake directives to optional turn off subprojects from the build process. The new cmake options include: 2011-10-17 16:59:22 +00:00
configuration.cpp - bugfixes from windows unicode work to compile in Linux 2011-05-23 19:50:17 +00:00
configuration.h - fixed configurator to properly read / write mg ini files 2011-04-17 07:04:38 +00:00
main.cpp - bugfixes for map editor and file extension function 2011-05-24 01:44:48 +00:00
main.h - lots of updates including: 2011-05-03 23:34:25 +00:00