From: Dirk B. <db...@us...> - 2009-04-19 07:30:13
|
Update of /cvsroot/win32forth/win32forth/apps/PlayVirginRadio In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9606/apps/PlayVirginRadio Modified Files: PlayVirginRadio.f Added Files: PlayVirginRadio.exe.manifest Log Message: Moved the manifest into the exe file. --- NEW FILE: PlayVirginRadio.exe.manifest --- (This appears to be a binary file; contents omitted.) Index: PlayVirginRadio.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/PlayVirginRadio/PlayVirginRadio.f,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** PlayVirginRadio.f 17 Dec 2008 08:25:27 -0000 1.15 --- PlayVirginRadio.f 19 Apr 2009 07:30:06 -0000 1.16 *************** *** 160,165 **** ' StartPlayer turnkey PlayVirginRadio.exe ! \ add the Application icon to the EXE file ! s" apps\PlayVirginRadio\Virgin.ico" s" PlayVirginRadio.exe" Prepend<home>\ AddAppIcon 1 pause-seconds bye --- 160,182 ---- ' StartPlayer turnkey PlayVirginRadio.exe ! \ add the resources to the EXE file ! ! \ add the resources to the exe file ! winver winnt4 >= ! [if] ! ! &forthdir count pad place ! s" PlayVirginRadio.exe" pad +place ! pad count "path-file drop AddToFile ! ! CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST s" apps\PlayVirginRadio\PlayVirginRadio.exe.manifest" "path-file drop AddResource ! 101 s" apps\PlayVirginRadio\Virgin.ico" "path-file drop AddIcon ! ! false EndUpdate ! ! [else] ! s" apps\PlayVirginRadio\Virgin.ico" s" PlayVirginRadio.exe" Prepend<home>\ AddAppIcon ! [then] ! 1 pause-seconds bye |