[flatland-cvs] flatland/installer flatland.nsi,1.3,1.4
Status: Alpha
Brought to you by:
prideout
From: Philip R. <pri...@us...> - 2005-03-07 02:55:34
|
Update of /cvsroot/flatland/flatland/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv14038/installer Modified Files: flatland.nsi Log Message: Still trying to nail down a release procedure. Index: flatland.nsi =================================================================== RCS file: /cvsroot/flatland/flatland/installer/flatland.nsi,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** flatland.nsi 7 Mar 2005 00:42:46 -0000 1.3 --- flatland.nsi 7 Mar 2005 02:55:22 -0000 1.4 *************** *** 7,11 **** ; 4. cvs release -d flatland ; 5. make sure flatland is totally nuked ! ; 6. cvs export -r v0-0 -kv flatland ; 7. doc\make.bat ; 8. make a zip called flatland-v0-0.zip --- 7,11 ---- ; 4. cvs release -d flatland ; 5. make sure flatland is totally nuked ! ; 6. cvs export -D now flatland ; 7. doc\make.bat ; 8. make a zip called flatland-v0-0.zip *************** *** 15,24 **** ; ! Caption "Flatland TestVersion" ! OutFile "flatland-TestVersion.exe" Name "flatland" AutoCloseWindow true ! ;VIProductVersion "1.1.1.1" ;VIAddVersionKey /LANG=1033-English "ProductName" "Flatland" ;VIAddVersionKey /LANG=$LANG_ENGLISH "Comments" "Flatland Physics Library" --- 15,28 ---- ; ! ; NOTE: rename installer to include version number (eg, flatland-v0-0.exe) ! OutFile "flatland.exe" ! Name "flatland" AutoCloseWindow true ! ; ! ; NSIS insists on a version number like X.X.X.X. ! ; ! ;VIProductVersion "0.0.0.0" ;VIAddVersionKey /LANG=1033-English "ProductName" "Flatland" ;VIAddVersionKey /LANG=$LANG_ENGLISH "Comments" "Flatland Physics Library" *************** *** 26,30 **** ;VIAddVersionKey /LANG=$LANG_ENGLISH "LegalCopyright" "Copyright 2005 by Philip Rideout" ;VIAddVersionKey /LANG=$LANG_ENGLISH "FileDescription" "Flatland Installer" ! ;VIAddVersionKey /LANG=$LANG_ENGLISH "FileVersion" "1.1.1.1" ; The default installation directory --- 30,34 ---- ;VIAddVersionKey /LANG=$LANG_ENGLISH "LegalCopyright" "Copyright 2005 by Philip Rideout" ;VIAddVersionKey /LANG=$LANG_ENGLISH "FileDescription" "Flatland Installer" ! ;VIAddVersionKey /LANG=$LANG_ENGLISH "FileVersion" "0.0.0.0" ; The default installation directory |