From: Dirk B. <db...@us...> - 2006-07-23 09:27:17
|
Update of /cvsroot/win32forth/win32forth/apps/SciEdit In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv12300/apps/SciEdit Modified Files: Main.f Log Message: Changed SciEdit and WinEd, so that they can be compiled from within the IDE without messing up te remote I/O. So F12 will still work after these apps are compiled. Index: Main.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/SciEdit/Main.f,v retrieving revision 1.21 retrieving revision 1.22 diff -C2 -d -r1.21 -r1.22 *** Main.f 7 Jun 2006 10:30:15 -0000 1.21 --- Main.f 23 Jul 2006 09:27:14 -0000 1.22 *************** *** 719,727 **** s" src\res\SciEditMDI.ico" s" SciEditMdi.exe" AddAppIcon 1 pause-seconds bye [else] s" src\res\SciEditMDI.ico" s" SciEditMdi.exe" AddAppIcon - - debug breaker Main [then] --- 719,727 ---- s" src\res\SciEditMDI.ico" s" SciEditMdi.exe" AddAppIcon + \ make shure that the remote I/O will still work after SchiEdit was compiled + also hidden ' uninit-shared-forth is uninit-shared-type previous 1 pause-seconds bye [else] s" src\res\SciEditMDI.ico" s" SciEditMdi.exe" AddAppIcon Main [then] |