From: Dirk B. <db...@us...> - 2006-12-02 10:17:34
|
Update of /cvsroot/win32forth/win32forth/apps/ForthForm In directory sc8-pr-cvs9.sourceforge.net:/tmp/cvs-serv16266/apps/ForthForm Modified Files: FORTHFORM.F Log Message: Build process updated, to set the current dir correctly when compiling an application with the Setup. Index: FORTHFORM.F =================================================================== RCS file: /cvsroot/win32forth/win32forth/apps/ForthForm/FORTHFORM.F,v retrieving revision 1.15 retrieving revision 1.16 diff -C2 -d -r1.15 -r1.16 *** FORTHFORM.F 20 Nov 2006 14:18:17 -0000 1.15 --- FORTHFORM.F 2 Dec 2006 10:17:30 -0000 1.16 *************** *** 1245,1249 **** forthform also \ add the Application Icon to the resource of the exe-file if possible ! \+ sysgen s" src\res\ForthForm.ico" s" ForthForm.exe" AddAppIcon \+ sysgen previous --- 1245,1249 ---- forthform also \ add the Application Icon to the resource of the exe-file if possible ! \+ sysgen s" src\res\ForthForm.ico" s" ForthForm.exe" Prepend<home>\ AddAppIcon \+ sysgen previous |