From: George H. <geo...@us...> - 2007-05-11 10:45:21
|
Update of /cvsroot/win32forth/win32forth-stc/src/console In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv8410/win32forth-stc/src/console Modified Files: ConsoleMenu.f Log Message: gah:added macro to utils removed timing routines (now in utils.f) from the benchmarks and added dependency. Added dependency to ConsoleMenu Index: ConsoleMenu.f =================================================================== RCS file: /cvsroot/win32forth/win32forth-stc/src/console/ConsoleMenu.f,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** ConsoleMenu.f 9 May 2007 15:00:54 -0000 1.2 --- ConsoleMenu.f 11 May 2007 10:45:16 -0000 1.3 *************** *** 2,5 **** --- 2,7 ---- \ ConsoleMenu.F + Require Menu.f + cr .( Loading Console Menus...) |