Update of /cvsroot/win32forth/win32forth/src/lib
In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2486
Modified Files:
LoadProject.f
Log Message:
Jos: Moved it to the system-area
Index: LoadProject.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/lib/LoadProject.f,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** LoadProject.f 28 Feb 2007 12:05:05 -0000 1.2
--- LoadProject.f 10 Mar 2007 13:02:27 -0000 1.3
***************
*** 3,6 ****
--- 3,8 ----
Needs src\lib\w_search.f
+ IN-SYSTEM
+
map-handle ProjectHndl
***************
*** 24,32 ****
temp$ count "path-only" pad place
pad dup +null count "chdir
! cr ." Loading " temp$ count 2dup type \in-system-ok included
else abort" Invalid projectfile"
then
;
\s
--- 26,35 ----
temp$ count "path-only" pad place
pad dup +null count "chdir
! cr ." Loading " temp$ count 2dup type included
else abort" Invalid projectfile"
then
;
+ IN-PREVIOUS
\s
|