From: Jos v.d.V. <jo...@us...> - 2006-02-03 22:39:12
|
Update of /cvsroot/win32forth/win32forth/src In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv15699/src Modified Files: floadcmdline.f Log Message: Jos: An update to save the icon Index: floadcmdline.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/src/floadcmdline.f,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** floadcmdline.f 3 Feb 2006 19:00:39 -0000 1.1 --- floadcmdline.f 3 Feb 2006 22:39:04 -0000 1.2 *************** *** 16,22 **** \ ** \n4.Use change to check it. \ ** \n5.Be sure that Append file is active. ! \ ** \n6.Compile FloadCmdLine.f with Win32Forth. ! \ ** \n7.Save Win32Forth in a tempory directory and leave Win32Forth. ! \ ** \n8.Replace the Win32Forth in your Win32Forth directory. \ ** \n9.Then start the explorer and click right on a *.f file. \ ** \n10.Choose Win32Forth. --- 16,21 ---- \ ** \n4.Use change to check it. \ ** \n5.Be sure that Append file is active. ! \ ** \n6.Compile FloadCmdLine.f with a \bcopy\d of Win32Forth. ! \ ** \n8.Replace the Win32Forth with Win32Forth from the \src directory. \ ** \n9.Then start the explorer and click right on a *.f file. \ ** \n10.Choose Win32Forth. *************** *** 41,45 **** in-application ! also hidden save-forth 1 pause-seconds bye --- 40,47 ---- in-application ! fsave Win32for ! fload lib\Resources.f ! s" src\res\Win32For.ico" s" Win32for.exe" AddAppIcon ! 1 pause-seconds bye |