From: Dirk B. <db...@us...> - 2005-06-12 08:38:15
|
Update of /cvsroot/win32forth/win32forth/apps/Player4 In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv18567/apps/Player4 Modified Files: PLAYER4.F Log Message: - Changed Setup.exe to bild the new applications (Solipion, Player4 and PlayVirginRadio) - Fixed a bug in Resources.f - Added an Icon to Win32for.exe - Changed Version to 6.11.03 (to match Version 6.11.03 at www.win32forth.org) Index: PLAYER4.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Player4/PLAYER4.F,v retrieving revision 1.14 retrieving revision 1.15 diff -C2 -d -r1.14 -r1.15 *** PLAYER4.F 4 Jun 2005 08:51:17 -0000 1.14 --- PLAYER4.F 12 Jun 2005 08:37:34 -0000 1.15 *************** *** 14,17 **** --- 14,19 ---- anew -PLAYER4.F + s" apps\Player4" "fpath+ + VOCABULARY Player only forth also Player definitions \ put all words into the PLAYER vocabulary *************** *** 508,516 **** false to MciDebug? ' player4 turnkey Player4.exe ! s" Player4.ico" s" Player4.exe" AddAppIcon 1 pause-seconds [else] true to MciDebug? ! s" Player4.ico" s" Player4.exe" AddAppIcon PLAYER4 [then] --- 510,518 ---- false to MciDebug? ' player4 turnkey Player4.exe ! s" apps\Player4\Player4.ico" s" Player4.exe" AddAppIcon 1 pause-seconds [else] true to MciDebug? ! s" apps\Player4\Player4.ico" s" Player4.exe" AddAppIcon PLAYER4 [then] |