From: George H. <geo...@us...> - 2006-09-21 13:12:45
|
Update of /cvsroot/win32forth/win32forth/doc In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv22397/win32forth/doc Modified Files: p-imageman.htm p-index.htm Log Message: gah:Added No console to the advanced topics menu and a link from imageman. Index: p-index.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-index.htm,v retrieving revision 1.16 retrieving revision 1.17 diff -C2 -d -r1.16 -r1.17 *** p-index.htm 30 Aug 2006 08:30:22 -0000 1.16 --- p-index.htm 21 Sep 2006 13:12:41 -0000 1.17 *************** *** 149,152 **** --- 149,153 ---- <li><a href="p-486asm.htm">Documentation for 486ASM.F</a> (the assembler)</li> <li><a href="p-imageman.htm">Building and saving an application</a></li> + <li><a href="p-noconsole.htm">Building a turnkeyed application that runs without the console dll</a></li> <li><a href="p-arch1.htm">The Internal Architecture of Win32Forth</a></li> <li><a href="p-using-if.htm">Using -IF</a></li> Index: p-imageman.htm =================================================================== RCS file: /cvsroot/win32forth/win32forth/doc/p-imageman.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** p-imageman.htm 21 Dec 2004 00:18:56 -0000 1.1 --- p-imageman.htm 21 Sep 2006 13:12:41 -0000 1.2 *************** *** 436,439 **** --- 436,441 ---- </li> </ul> + <h3>Building a turnkeyed application that runs without the console dll</h3> + <p> See <a href="p-noconsole.htm">NoConsole</a></p> <hr> <p>Document $Id$</p> |