From: Dirk B. <db...@us...> - 2005-05-22 09:49:07
|
Update of /cvsroot/win32forth/win32forth-extsrc/extsrc/installer In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv6649/extsrc/installer Modified Files: Win32Forth.nsi Log Message: Updated to match Version 6.11.02 on www.win32forth.org Index: Win32Forth.nsi =================================================================== RCS file: /cvsroot/win32forth/win32forth-extsrc/extsrc/installer/Win32Forth.nsi,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Win32Forth.nsi 22 Dec 2004 20:25:25 -0000 1.1 --- Win32Forth.nsi 22 May 2005 09:48:58 -0000 1.2 *************** *** 8,14 **** !define VER_MAJOR 6 !define VER_MINOR 11 ! !define VER_REVISION 1 ! !define VER_DISPLAY "6.11.01" ! !define VER_FILE "61101" ; Define your application name --- 8,14 ---- !define VER_MAJOR 6 !define VER_MINOR 11 [...1601 lines suppressed...] *** 1613,1617 **** RMDir "$INSTDIR\extsrc\w32fHtmlDisplay\" RMDir "$INSTDIR\extsrc\w32fConsole\" ! RMDir "$INSTDIR\extsrc\NSIS Installer\" RMDir "$INSTDIR\extsrc\" RMDir "$INSTDIR\doc\SciEdit\" --- 1818,1822 ---- RMDir "$INSTDIR\extsrc\w32fHtmlDisplay\" RMDir "$INSTDIR\extsrc\w32fConsole\" ! RMDir "$INSTDIR\extsrc\installer\" RMDir "$INSTDIR\extsrc\" RMDir "$INSTDIR\doc\SciEdit\" *************** *** 1633,1636 **** --- 1838,1842 ---- RMDir "$INSTDIR\apps\ForthForm\" RMDir "$INSTDIR\apps\Chess\" + RMDir "$INSTDIR\apps\Player4\" RMDir "$INSTDIR\apps\" RMDir "$INSTDIR\" |