From: CamilleForth <cam...@us...> - 2008-12-24 00:44:17
|
Update of /cvsroot/win32forth/win32forth/src/tools In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv5120 Modified Files: tools.f Log Message: link console to dexh cdo 24 dec 2008 Index: tools.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/tools/tools.f,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** tools.f 23 Dec 2008 21:18:41 -0000 1.9 --- tools.f 23 Dec 2008 21:39:05 -0000 1.10 *************** *** 44,48 **** :noname ( -- ) \ load the DexH tool turnkeyed? 0= ! \in-system-ok IF >system s" src\Tools\dexh.f" Prepend<home>\ INCLUDED system> THEN ; is dexh --- 44,48 ---- :noname ( -- ) \ load the DexH tool turnkeyed? 0= ! \in-system-ok IF >system s" src\Tools\w32fdexh.f" Prepend<home>\ INCLUDED system> THEN ; is dexh |