From: Dirk B. <db...@us...> - 2008-12-22 11:04:57
|
Update of /cvsroot/win32forth/win32forth In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv22713 Modified Files: Win32for.cfg Win32forUser.cfg Log Message: Some cleanup Index: Win32for.cfg =================================================================== RCS file: /cvsroot/win32forth/win32forth/Win32for.cfg,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** Win32for.cfg 21 Dec 2004 00:18:42 -0000 1.1 --- Win32for.cfg 22 Dec 2008 11:04:52 -0000 1.2 *************** *** 3,17 **** \ All system configurations should be in this file ! .( Win32Forth: a Forth for Windows 95/98/ME/NT/2K/XP) .version .cversion .builtby ! .platform .( , ) .mem-free .words - .dir - cr .( Loading Win32For.CFG ) cr \ load user configuration file ! LoadUserConfig \ cr --- 3,16 ---- \ All system configurations should be in this file ! .( Win32Forth: a 32 Bit Forth for Windows 95/98/ME/NT4/W2K/XP) .version .cversion .builtby ! .platform .( , ) app-free 1000 / 1 u,.r .( k bytes free) .words \ load user configuration file ! cr .( Loading Win32For.CFG ) cr ! userconfig$ LoadConfigFile \ cr *************** *** 21,23 **** - \ No newline at end of file --- 20,21 ---- Index: Win32forUser.cfg =================================================================== RCS file: /cvsroot/win32forth/win32forth/Win32forUser.cfg,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** Win32forUser.cfg 18 Jun 2008 11:09:43 -0000 1.3 --- Win32forUser.cfg 22 Dec 2008 11:04:52 -0000 1.4 *************** *** 20,23 **** --- 20,25 ---- \ ------------------------------------------------------------------------------ + IN-SYSTEM + 0 value SystemEditor *************** *** 41,57 **** s" Win32ForthIde.exe /b %LINE '%FILENAME'" browse$ place ; >Win32ForthIDE ! \ ------------------------------------------------------------------------------ ! \ the end... ! \ ------------------------------------------------------------------------------ ! cr .( Program path is: ) .program ! cr .( Forth path is: ) .forthdir ! cr .( Application path is: ) .appdir cr ! cr .( System Editor is: ) SystemEditor 0 = [if] .( WinEd ) [then] ! SystemEditor 1 = [if] .( SciEdit ) [then] ! SystemEditor 2 = [if] .( Win32Forth IDE ) [then] cr --- 43,62 ---- s" Win32ForthIde.exe /b %LINE '%FILENAME'" browse$ place ; + IN-APPLICATION + >Win32ForthIDE ! \ ****************************************************************************** ! \ DON'T CHANGE THE REST OF THE FILE !!! ! \ ****************************************************************************** ! cr .( Current directory is: ) current-dir$ count type ! cr .( Program path is: ) .program ! cr .( Forth path is: ) .forthdir ! cr .( Application path is: ) .appdir cr ! cr .( System Editor is: ) SystemEditor 0 = [if] .( WinEd ) [then] ! SystemEditor 1 = [if] .( SciEdit ) [then] ! SystemEditor 2 = [if] .( Win32Forth IDE ) [then] cr |