From: Dirk B. <db...@us...> - 2005-10-08 08:24:29
|
Update of /cvsroot/win32forth/win32forth/apps/Setup In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv29063/apps/Setup Modified Files: Setup.f Log Message: Some changes to add Sudoku into the next relase Index: Setup.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Setup/Setup.f,v retrieving revision 1.7 retrieving revision 1.8 diff -C2 -d -r1.7 -r1.8 *** Setup.f 17 Sep 2005 07:01:24 -0000 1.7 --- Setup.f 8 Oct 2005 08:24:21 -0000 1.8 *************** *** 125,129 **** ." P Rebuild Project Manager." cr cr ." S Rebuild SciEdit." cr cr ! ." A Rebuild sample applications (Player4, Solipon2 and PlayVirginRadio)" cr cr ." D Copy Win32Forth dll files (w32fConsole.dll, w32fScintilla.dll," cr ." wincon.dll and Zip32.dll) into the Windows system folder:" cr --- 125,130 ---- ." P Rebuild Project Manager." cr cr ." S Rebuild SciEdit." cr cr ! ." A Rebuild sample applications (Player4, Solipon2, Sudoku and" cr ! ." PlayVirginRadio)" cr cr ." D Copy Win32Forth dll files (w32fConsole.dll, w32fScintilla.dll," cr ." wincon.dll and Zip32.dll) into the Windows system folder:" cr *************** *** 277,280 **** --- 278,283 ---- c" WIN32FOR.EXE fload apps\Solipon2\SOLIPION.F bye" procexec c" SOLIPION.EXE" filecheck + c" WIN32FOR.EXE fload apps\Sudoku\Sudoku.F bye" procexec + c" Sudoku.EXE" filecheck c" WIN32FOR.EXE fload apps\PlayVirginRadio\PlayVirginRadio.F bye" procexec c" PlayVirginRadio.EXE" filecheck |