From: Dirk B. <db...@us...> - 2006-07-23 09:29:53
|
Update of /cvsroot/win32forth/win32forth/apps/Setup In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv13124/apps/Setup Modified Files: Setup.f Log Message: Removed SciEdit from the Setup menu and from the default build. You can still build SciEdit by pressing 'S'. Index: Setup.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Setup/Setup.f,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** Setup.f 7 Jun 2006 16:04:21 -0000 1.9 --- Setup.f 23 Jul 2006 09:29:50 -0000 1.10 *************** *** 121,128 **** ." W Rebuild WinEd." cr cr ." H Rebuild the Hyper link indices used by WinEd, Project Manager" cr ! ." and SciEdit" cr cr ." F Rebuild ForthForm." cr cr ." P Rebuild Project Manager." cr cr - ." S Rebuild SciEdit." cr cr ." G Rebuild Win32forth IDE." cr cr ." A Rebuild sample applications (Player4, Solipon2, Sudoku and" cr --- 121,127 ---- ." W Rebuild WinEd." cr cr ." H Rebuild the Hyper link indices used by WinEd, Project Manager" cr ! ." and the Win32Forth IDE." cr cr ." F Rebuild ForthForm." cr cr ." P Rebuild Project Manager." cr cr ." G Rebuild Win32forth IDE." cr cr ." A Rebuild sample applications (Player4, Solipon2, Sudoku and" cr *************** *** 274,278 **** : buildide ! ." -- SciEdit" cr c" WIN32FOR.EXE fload apps\Win32ForthIDE\Main.f bye" procexec c" Win32ForthIde.exe" filecheck --- 273,277 ---- : buildide ! ." -- Win32Forth IDE" cr c" WIN32FOR.EXE fload apps\Win32ForthIDE\Main.f bye" procexec c" Win32ForthIde.exe" filecheck *************** *** 320,324 **** buildforthform \ build ForthForm buildproject \ build ProjectManager ! buildscintilla \ build SciEdit buildsamples \ build sample applications buildide \ build Win32Forth IDE --- 319,323 ---- buildforthform \ build ForthForm buildproject \ build ProjectManager ! \ buildscintilla \ build SciEdit buildsamples \ build sample applications buildide \ build Win32Forth IDE *************** *** 388,392 **** buildforthform buildproject ! buildscintilla \ build SciEdit buildsamples \ build sample applications buildide \ build Win32Forth IDE --- 387,391 ---- buildforthform buildproject ! \ buildscintilla \ build SciEdit buildsamples \ build sample applications buildide \ build Win32Forth IDE *************** *** 553,557 **** 'F' of forthform endof 'P' of project endof - 'S' of scintilla endof 'G' of ide endof 'A' of samples endof --- 552,555 ---- *************** *** 562,565 **** --- 560,564 ---- \ 'Hidden' command's + 'S' of scintilla endof 'L' of create-links endof 'C' of true install-silent endof |