From: Dirk B. <db...@us...> - 2009-04-19 07:42:40
|
Update of /cvsroot/win32forth/win32forth/apps/WinEd In directory 23jxhf1.ch3.sourceforge.com:/tmp/cvs-serv10346/apps/WinEd Modified Files: WinEd.f Log Message: Moved the manifest into the exe file. Index: WinEd.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/WinEd/WinEd.f,v retrieving revision 1.23 retrieving revision 1.24 diff -C2 -d -r1.23 -r1.24 *** WinEd.f 2 Sep 2008 06:38:41 -0000 1.23 --- WinEd.f 19 Apr 2009 07:42:29 -0000 1.24 *************** *** 145,149 **** )) throw ! s" src\res\WinEd.ico" s" WinEd.exe" Prepend<home>\ AddAppIcon 1 pause-seconds bye [else] --- 145,165 ---- )) throw ! ! \ add the resources to the exe file ! winver winnt4 >= ! [if] ! &forthdir count pad place ! s" WinEd.exe" pad +place ! pad count "path-file drop AddToFile ! ! CREATEPROCESS_MANIFEST_RESOURCE_ID RT_MANIFEST s" WinEd.exe.manifest" "path-file drop AddResource ! 101 s" src\res\WinEd.ico" "path-file drop AddIcon ! ! false EndUpdate ! ! [else] ! s" src\res\WinEd.ico" s" WinEd.exe" Prepend<home>\ AddAppIcon ! [then] ! 1 pause-seconds bye [else] |