From: Dirk B. <db...@us...> - 2008-12-27 10:07:56
|
Update of /cvsroot/win32forth/win32forth/src/console In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv30585/console Modified Files: ConsoleMenu.f Log Message: Added the ListDLLSymbols-tool to the console menu. Index: ConsoleMenu.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/console/ConsoleMenu.f,v retrieving revision 1.22 retrieving revision 1.23 diff -C2 -d -r1.22 -r1.23 *** ConsoleMenu.f 19 Dec 2008 22:38:41 -0000 1.22 --- ConsoleMenu.f 27 Dec 2008 10:07:46 -0000 1.23 *************** *** 187,193 **** MENULINE "&Class and Vocabulary browser..." "class-browser" MENULINE "Cross &reference lister" "xref" ! MENULINE "&Dex - Document Extractor" "dexh" ! MENULINE "D&fc - File comparison utility" ".Dfc" MENULINE "Dump Top-Level-&Windows" ".Windows" [DEFINED] con-new-macro [IF] POPUP "&Macros" --- 187,198 ---- MENULINE "&Class and Vocabulary browser..." "class-browser" MENULINE "Cross &reference lister" "xref" ! MENUSEPARATOR ! MENULINE "&DexH - Document Extractor" "dexh" ! MENUSEPARATOR ! MENULINE "D&FC - File comparison utility" ".Dfc" ! MENULINE "&LDE - List DLL exports" ".lde" ! MENUSEPARATOR MENULINE "Dump Top-Level-&Windows" ".Windows" + [DEFINED] con-new-macro [IF] POPUP "&Macros" |