diff maintainers_refactor_the_build_system_to_allow_standalone_rathaxes_projects_with_cmake.patch @ 56:37d5953fc236

start to update the buildbot configuration
author Louis Opter <louis@lse.epitech.net>
date Thu, 02 Feb 2012 12:26:48 +0100
parents b2fe898b6957
children
line wrap: on
line diff
--- a/maintainers_refactor_the_build_system_to_allow_standalone_rathaxes_projects_with_cmake.patch	Fri Jan 27 20:12:21 2012 +0100
+++ b/maintainers_refactor_the_build_system_to_allow_standalone_rathaxes_projects_with_cmake.patch	Thu Feb 02 12:26:48 2012 +0100
@@ -82,13 +82,14 @@
  
  SET(CPACK_SOURCE_PACKAGE_FILE_NAME ${PACKAGE_SOURCE_FILE_NAME})
  SET(CPACK_SOURCE_IGNORE_FILES ${IGNORE_PATTERNS})
-@@ -125,9 +116,11 @@
+@@ -125,9 +116,12 @@
  ENDIF (UNIX)
  
  IF (WIN32)
 -    SET(CPACK_NSIS_CREATE_ICONS_EXTRA "CreateShortCut '\$SMPROGRAMS\\\\$STARTMENU_FOLDER\\\\Rathaxes.lnk' '%comspec%' '/k bin\\\\rathaxesvars.bat'")
      SET(CPACK_GENERATOR "NSIS")
      SET(CPACK_SOURCE_GENERATOR "ZIP")
++    # Add a page in the installer wizard that ask to put rathaxes in the PATH:
 +    SET(CPACK_NSIS_MODIFY_PATH ON)
  ENDIF (WIN32)