Update of /cvsroot/win32forth/win32forth/src/console
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3242/win32forth/src/console
Modified Files:
NoConsole.f
Log Message:
gah: Modified to change search-order at compile time and balance search-order
Index: NoConsole.f
===================================================================
RCS file: /cvsroot/win32forth/win32forth/src/console/NoConsole.f,v
retrieving revision 1.2
retrieving revision 1.3
diff -C2 -d -r1.2 -r1.3
*** NoConsole.f 10 Feb 2006 16:02:05 -0000 1.2
--- NoConsole.f 13 Feb 2006 14:01:20 -0000 1.3
***************
*** 88,97 ****
;
: NoConsoleInImage ( -- ) \ W32F console
\ *G Tell Imageman that we don't need the w32fconsole.dll if possible.
\ In older w32f versions you have to modify Imageman.f to do this.
- \+ VIMAGE also VIMAGE
\+ CONSOLE-DLL? false to CONSOLE-DLL?
;
in-application
--- 88,98 ----
;
+ \+ VIMAGE also VIMAGE
: NoConsoleInImage ( -- ) \ W32F console
\ *G Tell Imageman that we don't need the w32fconsole.dll if possible.
\ In older w32f versions you have to modify Imageman.f to do this.
\+ CONSOLE-DLL? false to CONSOLE-DLL?
;
+ \+ VIMAGE previous
in-application
|