MegaGlest/source/glest_game/global
Mark Vejvoda 8c59da57cd - bugfixes to install related files to fix:
- missing glest.ini during make install (this file is handled by the data install)
 - properly handles destdir for all installed files
 - customizable paths for all installation destinations (the following can now be set):
   		MEGAGLEST_BIN_INSTALL_PATH   -  "bin/"  -  "The installation path for binaries (this is appended to the CMAKE_INSTALL_PREFIX)")
		MEGAGLEST_DATA_INSTALL_PATH  - "share/megaglest/"  -  "The installation path for data files (this is appended to the CMAKE_INSTALL_PREFIX)")
		MEGAGLEST_DESKTOP_INSTALL_PATH  - "share/applications/"  - "The installation path for desktop files (this is appended to the CMAKE_INSTALL_PREFIX)")
		MEGAGLEST_ICON_INSTALL_PATH  -  "share/pixmaps/"   - "The installation path for icon files (this is appended to the CMAKE_INSTALL_PREFIX)")
		CUSTOM_DATA_INSTALL_PATH  -  "'\\\"${CMAKE_INSTALL_PREFIX}/${MEGAGLEST_DATA_INSTALL_PATH}\\\"'"   -  "The FULL installation path for data files (this is build automatically by combining CMAKE_INSTALL_PREFIX and MEGAGLEST_DATA_INSTALL_PATH)")
- Fixed startup scripts for tools (remove bin folder)
- Fixed source and data tarball scripts to include required files (missed the proper main ini files)
- Debian can now easily package up megaglest and build deb files
2011-05-14 17:31:40 +00:00
..
config.cpp - bugfixes to install related files to fix: 2011-05-14 17:31:40 +00:00
config.h - lots of updates including: 2011-05-03 23:34:25 +00:00
core_data.cpp - winner has a small crown under their name now :) 2011-04-05 13:34:54 +00:00
core_data.h - winner has a small crown under their name now :) 2011-04-05 13:34:54 +00:00
lang.cpp - added extra info in error text for language strings 2011-04-26 16:02:34 +00:00
lang.h - initial work to support multi-language text messages 2011-04-05 18:39:47 +00:00
metrics.cpp - bugfix for mouse pointer rendering 2010-09-14 20:54:33 +00:00
metrics.h - added leak_dumper header all over the place (not yet functional in linux) 2010-09-07 05:25:40 +00:00