Update of /cvsroot/win32forth/win32forth/src/tools
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv19644/src/tools
Modified Files:
tools.f
Log Message:
Added DexH to the Tool's menu of the console window.
Index: tools.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/tools/tools.f,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** tools.f 29 Aug 2005 15:56:28 -0000 1.1
--- tools.f 20 Dec 2005 18:02:03 -0000 1.2
***************
*** 28,30 ****
--- 28,36 ----
THEN ; is xref
+ defer dexh
+ :noname ( -- ) \ load the DexH tool
+ turnkeyed? 0=
+ \in-system-ok IF >system s" Tools/w32fdexh.f" INCLUDED system>
+ THEN ; is dexh
+
MODULE
|