From: Dirk B. <db...@us...> - 2006-12-02 10:17:33
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16266/apps/Win32ForthIDE 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/Win32ForthIDE/Main.f,v retrieving revision 1.32 retrieving revision 1.33 diff -C2 -d -r1.32 -r1.33 *** Main.f 21 Oct 2006 11:11:47 -0000 1.32 --- Main.f 2 Dec 2006 10:17:30 -0000 1.33 *************** *** 19,23 **** only forth also editor definitions \ put all words into the EDITOR vocabulary ! true value sysgen s" apps\Win32ForthIDE" "fpath+ --- 19,28 ---- only forth also editor definitions \ put all words into the EDITOR vocabulary ! true value sysgen ! ! cr .( .forthdir =) .forthdir ! cr .( .dir =) .dir ! ! key drop s" apps\Win32ForthIDE" "fpath+ *************** *** 1023,1031 **** also hidden ' uninit-shared-forth is uninit-shared-type previous throw ! s" src\res\SciEditMDI.ico" s" Win32ForthIde.exe" AddAppIcon 1 pause-seconds bye [else] ! s" src\res\SciEditMDI.ico" s" Win32ForthIde.exe" AddAppIcon Main [then] --- 1028,1036 ---- also hidden ' uninit-shared-forth is uninit-shared-type previous throw ! s" src\res\SciEditMDI.ico" s" Win32ForthIde.exe" Prepend<home>\ AddAppIcon 1 pause-seconds bye [else] ! s" src\res\SciEditMDI.ico" s" Win32ForthIde.exe" Prepend<home>\ AddAppIcon Main [then] |