From: Dirk B. <db...@us...> - 2006-07-23 10:12:59
|
Update of /cvsroot/win32forth/win32forth/apps/Win32ForthIDE In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv29983/apps/Win32ForthIDE Modified Files: ProjectTree.f Log Message: - Changed the IDE and the Project Manager to use the defaul Forth search path if no search is defind for building the current project. - Added some missing Project-Files. Index: ProjectTree.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Win32ForthIDE/ProjectTree.f,v retrieving revision 1.12 retrieving revision 1.13 diff -C2 -d -r1.12 -r1.13 *** ProjectTree.f 16 Jul 2006 11:54:34 -0000 1.12 --- ProjectTree.f 23 Jul 2006 10:12:56 -0000 1.13 *************** *** 1023,1027 **** MAXSTRING CHARS 1+ LocalAlloc: old-path$ path-ptr count old-path$ place \ save current search path ! path-ptr: TheProject count path-ptr place \ set project search path reset-results --- 1023,1031 ---- MAXSTRING CHARS 1+ LocalAlloc: old-path$ path-ptr count old-path$ place \ save current search path ! ! path-ptr: TheProject count dup ! if path-ptr place \ set project search path ! else drop program-path-init \ set default project search path ! then reset-results |