From: Dirk B. <db...@us...> - 2006-12-02 10:17:35
|
Update of /cvsroot/win32forth/win32forth/apps/SciEdit In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16266/apps/SciEdit Modified Files: Main.f Log Message: Build process updated, to set the current dir correctly when compiling an application with the Setup. Index: Main.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/SciEdit/Main.f,v retrieving revision 1.25 retrieving revision 1.26 diff -C2 -d -r1.25 -r1.26 *** Main.f 26 Aug 2006 15:25:31 -0000 1.25 --- Main.f 2 Dec 2006 10:17:30 -0000 1.26 *************** *** 726,735 **** throw ! s" src\res\SciEditMDI.ico" s" SciEditMdi.exe" AddAppIcon 1 pause-seconds bye [else] ! s" src\res\SciEditMDI.ico" s" SciEditMdi.exe" AddAppIcon Main [then] --- 726,735 ---- throw ! s" src\res\SciEditMDI.ico" s" SciEditMdi.exe" Prepend<home>\ AddAppIcon 1 pause-seconds bye [else] ! s" src\res\SciEditMDI.ico" s" SciEditMdi.exe" Prepend<home>\ AddAppIcon Main [then] |