From: Dirk B. <db...@us...> - 2009-04-19 07:35:47
|
Update of /cvsroot/win32forth/win32forth/apps/Player4 In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv9909/apps/Player4 Modified Files: PLAYER4.F Added Files: Player4.exe.manifest Log Message: Moved the manifest into the exe file. Index: PLAYER4.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/Player4/PLAYER4.F,v retrieving revision 1.70 retrieving revision 1.71 diff -C2 -d -r1.70 -r1.71 *** PLAYER4.F 26 Sep 2008 12:00:27 -0000 1.70 --- PLAYER4.F 19 Apr 2009 07:35:35 -0000 1.71 *************** *** 675,679 **** &forthdir count &appdir place ' player4 turnkey Player4.exe ! s" Player4.ico" s" Player4.exe" Prepend<home>\ AddAppIcon 1 pause-seconds bye [else] --- 675,695 ---- &forthdir count &appdir place ' player4 turnkey Player4.exe ! ! \ add the resources to the exe file ! winver winnt4 >= ! [if] ! &forthdir count pad place ! s" Player4.exe" pad +place ! pad count "path-file drop AddToFile ! ! CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST s" Player4.exe.manifest" "path-file drop AddResource ! 101 s" Player4.ico" "path-file drop AddIcon ! ! false EndUpdate ! ! [else] ! s" Player4.ico" s" Player4.exe" Prepend<home>\ AddAppIcon ! [then] ! 1 pause-seconds bye [else] --- NEW FILE: Player4.exe.manifest --- (This appears to be a binary file; contents omitted.) |