From: Dirk B. <db...@us...> - 2006-07-30 12:49:10
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv2353/src Modified Files: paths.f Log Message: Fixed a problem when the IDE is compiled. Index: paths.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/paths.f,v retrieving revision 1.17 retrieving revision 1.18 diff -C2 -d -r1.17 -r1.18 *** paths.f 30 Jul 2006 08:38:00 -0000 1.17 --- paths.f 30 Jul 2006 12:49:06 -0000 1.18 *************** *** 195,199 **** s" src" "fpath+ s" src\lib" "fpath+ ! s" src\tools" "fpath+ s" src\gdi" "fpath+ \ GDI class library s" src\res" "fpath+ --- 195,199 ---- s" src" "fpath+ s" src\lib" "fpath+ ! \ s" src\tools" "fpath+ \ this is causing problems when compiling the IDE... s" src\gdi" "fpath+ \ GDI class library s" src\res" "fpath+ |