[cmake-commits] hoffman committed NSIS.template.in 1.22 1.23

cmake-commits at cmake.org cmake-commits at cmake.org
Thu Oct 18 09:40:12 EDT 2007


Update of /cvsroot/CMake/CMake/Modules
In directory public:/mounts/ram/cvs-serv13503/Modules

Modified Files:
	NSIS.template.in 
Log Message:
ENH: add ability to create links on the start menu


Index: NSIS.template.in
===================================================================
RCS file: /cvsroot/CMake/CMake/Modules/NSIS.template.in,v
retrieving revision 1.22
retrieving revision 1.23
diff -u -d -r1.22 -r1.23
--- NSIS.template.in	18 Sep 2007 19:16:21 -0000	1.22
+++ NSIS.template.in	18 Oct 2007 13:40:09 -0000	1.23
@@ -409,8 +409,8 @@
 ;--------------------------------
 ; Define some macro setting for the gui
 
-  !define CPACK_PACKAGE_ICON at CPACK_PACKAGE_ICON@
-  !ifndef CPACK_PACKAGE_ICON
+  !define CPACK_PACKAGE_ICON "@CPACK_PACKAGE_ICON@"
+  !ifdef CPACK_PACKAGE_ICON
     !define MUI_HEADERIMAGE_BITMAP "@CPACK_PACKAGE_ICON@"
   !endif
 



More information about the Cmake-commits mailing list