summaryrefslogtreecommitdiff
path: root/images/stdimg_updatew.bat
diff options
context:
space:
mode:
authorgraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-28 09:41:47 +0000
committergraemeg <graemeg@ae50a9b5-8222-0410-bf8d-8a13f76226bf>2008-07-28 09:41:47 +0000
commit04e19e0782cfe87069a5af4b87f2336afb07be02 (patch)
treea41ae784c1342fbe9e326d6fad5655704ec78201 /images/stdimg_updatew.bat
parentfdc6d1182e5d6ef962c531be227ec9892349b33c (diff)
downloadfpGUI-04e19e0782cfe87069a5af4b87f2336afb07be02.tar.xz
* Applied Vladimir's updatestdimgs changes
Diffstat (limited to 'images/stdimg_updatew.bat')
-rwxr-xr-ximages/stdimg_updatew.bat4
1 files changed, 3 insertions, 1 deletions
diff --git a/images/stdimg_updatew.bat b/images/stdimg_updatew.bat
index 64996667..aee458b9 100755
--- a/images/stdimg_updatew.bat
+++ b/images/stdimg_updatew.bat
@@ -1 +1,3 @@
-updatestdimgs > ../src/corelib/stdimages.inc
+if not exist updatestdimgs.exe fpc -O2 -Xs -XX -Sh -FUunits -oupdatestdimgs.exe updatestdimgs.pas
+if exist updatestdimgs.exe updatestdimgs.exe --prefix=stdimg > ../src/corelib/stdimages.inc
+pause