CMake:
authorsmxx
Sun, 04 Apr 2010 10:16:40 +0000
changeset 3301 df0c2a29c3d7
parent 3300 4adaad1d5027
child 3302 0973c5af5141
CMake: * Set a registry (uninstall) path without version number for easier Xfire detection (needs testing) * Added Lua to INSTALL * Set README's line endings to native
CMakeLists.txt
INSTALL
--- a/CMakeLists.txt	Sun Apr 04 07:50:01 2010 +0000
+++ b/CMakeLists.txt	Sun Apr 04 10:16:40 2010 +0000
@@ -191,6 +191,7 @@
 	set(CPACK_NSIS_CONTACT "unC0Rr@gmail.com")
 	set(CPACK_NSIS_MODIFY_PATH OFF)
 	set(CPACK_GENERATOR "ZIP;NSIS")
+	set(CPACK_PACKAGE_INSTALL_REGISTRY_KEY "hedgewars")
 else(WIN32 AND NOT UNIX)
 	set(CPACK_STRIP_FILES "bin/hedgewars;bin/hwengine")
 endif(WIN32 AND NOT UNIX)
--- a/INSTALL	Sun Apr 04 07:50:01 2010 +0000
+++ b/INSTALL	Sun Apr 04 10:16:40 2010 +0000
@@ -7,6 +7,7 @@
  - SDL_image >= 1.2
  - SDL_ttf >= 2.0
  - CMake >= 2.6.0
+ - Lua >= 5.1.0
 For server:
  - Glasgow Haskell Compiler 6.10
  - dataenc package