[flatland-cvs] flatland/installer flatland.nsi,1.8,1.9
Status: Alpha
Brought to you by:
prideout
From: Philip R. <pri...@us...> - 2005-07-03 20:38:27
|
Update of /cvsroot/flatland/flatland/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14239/installer Modified Files: flatland.nsi Log Message: fix shortcut icons Index: flatland.nsi =================================================================== RCS file: /cvsroot/flatland/flatland/installer/flatland.nsi,v retrieving revision 1.8 retrieving revision 1.9 diff -C2 -d -r1.8 -r1.9 *** flatland.nsi 3 Jul 2005 20:16:57 -0000 1.8 --- flatland.nsi 3 Jul 2005 20:38:16 -0000 1.9 *************** *** 51,56 **** ; link.lnk target.file [parameters [icon.file [icon_index_number [start_options [keyboard_shortcut [description]]]]]] ! CreateShortCut "$SMPROGRAMS\Flatland\Complex Demo.lnk" "$INSTDIR\bin\win32\complex-demo.exe" "" "$INSTDIR\complex-demo.exe" ! CreateShortCut "$SMPROGRAMS\Flatland\Simple Demo.lnk" "$INSTDIR\bin\win32\simple-demo.exe" "" "$INSTDIR\simple-demo.exe" CreateShortCut "$SMPROGRAMS\Flatland\Flatland Solution.lnk" "$INSTDIR\build\VisualStudio\flatland.sln" "" "$INSTDIR\build\VisualStudio\flatland.sln" CreateShortCut "$SMPROGRAMS\Flatland\Program Folder.lnk" "$INSTDIR" "" "" --- 51,56 ---- ; link.lnk target.file [parameters [icon.file [icon_index_number [start_options [keyboard_shortcut [description]]]]]] ! CreateShortCut "$SMPROGRAMS\Flatland\Complex Demo.lnk" "$INSTDIR\bin\win32\complex-demo.exe" "" ! CreateShortCut "$SMPROGRAMS\Flatland\Simple Demo.lnk" "$INSTDIR\bin\win32\simple-demo.exe" "" CreateShortCut "$SMPROGRAMS\Flatland\Flatland Solution.lnk" "$INSTDIR\build\VisualStudio\flatland.sln" "" "$INSTDIR\build\VisualStudio\flatland.sln" CreateShortCut "$SMPROGRAMS\Flatland\Program Folder.lnk" "$INSTDIR" "" "" |