From: George H. <geo...@us...> - 2013-03-07 23:58:41
|
Update of /cvsroot/win32forth/win32forth/apps/Setup In directory sfp-cvs-1.v30.ch3.sourceforge.com:/tmp/cvs-serv21040 Modified Files: Setup.f Log Message: Now works as turnkey (and is a lot smaller). Index: Setup.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Setup/Setup.f,v retrieving revision 1.29 retrieving revision 1.30 diff -C2 -d -r1.29 -r1.30 *** Setup.f 7 Mar 2013 15:36:22 -0000 1.29 --- Setup.f 7 Mar 2013 23:58:39 -0000 1.30 *************** *** 32,35 **** --- 32,36 ---- FLOAD ..\..\src\shell.f SYS-FLOAD ..\..\src\imageman.f + sys-fload ..\..\src\Pre-save.f FLOAD ..\..\src\Keyboard.f \ function and special key constants *************** *** 585,589 **** DosConsoleBoot ! ' setup s" Setup.exe" Prepend<home>\ "SAVE FLOAD ..\..\src\lib\Resources.f --- 586,591 ---- DosConsoleBoot ! ' setup s" Setup.exe" Prepend<home>\ \ "SAVE ! s" '" pad place pad +place s" '" pad +place pad count ' turnkey execute-parsing \ cludgy but it works FLOAD ..\..\src\lib\Resources.f |