Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv5011/win32forth/apps/Win32ForthIDE
Modified Files:
Main.f
Log Message:
gah: Removed duplicate needs task.f (even with 2 tasks it's only needed once !)
Index: Main.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/Main.f,v
retrieving revision 1.18
retrieving revision 1.19
diff -C2 -d -r1.18 -r1.19
*** Main.f 30 Jun 2006 04:17:13 -0000 1.18
--- Main.f 1 Jul 2006 11:59:04 -0000 1.19
***************
*** 19,23 ****
only forth also editor definitions \ put all words into the EDITOR vocabulary
! true value sysgen
s" apps\Win32ForthIDE" "fpath+
--- 19,23 ----
only forth also editor definitions \ put all words into the EDITOR vocabulary
! true value sysgen
s" apps\Win32ForthIDE" "fpath+
***************
*** 38,42 ****
needs src\lib\Resources.f
needs excontrols.f
- needs task.f
0 value ActiveChild \ the active MDI child window
--- 38,41 ----
|