From: Dirk B. <db...@us...> - 2006-12-02 10:17:33
|
Update of /cvsroot/win32forth/win32forth/apps/PlayVirginRadio In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16266/apps/PlayVirginRadio Modified Files: PlayVirginRadio.f Log Message: Build process updated, to set the current dir correctly when compiling an application with the Setup. Index: PlayVirginRadio.f =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/PlayVirginRadio/PlayVirginRadio.f,v retrieving revision 1.9 retrieving revision 1.10 diff -C2 -d -r1.9 -r1.10 *** PlayVirginRadio.f 9 Feb 2006 18:01:44 -0000 1.9 --- PlayVirginRadio.f 2 Dec 2006 10:17:30 -0000 1.10 *************** *** 164,175 **** \ Create the exe-file ' Main turnkey PlayVirginRadio.exe \ add the Application icon to the EXE file ! s" apps\PlayVirginRadio\Virgin.ico" s" PlayVirginRadio.exe" AddAppIcon 1 pause-seconds bye [else] ! s" apps\PlayVirginRadio\Virgin.ico" s" PlayVirginRadio.exe" AddAppIcon Main [then] --- 164,176 ---- \ Create the exe-file + &forthdir count &appdir place ' Main 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 [else] ! s" apps\PlayVirginRadio\Virgin.ico" s" PlayVirginRadio.exe" Prepend<home>\ AddAppIcon Main [then] |