diff options
author | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-01-11 14:55:08 +0100 |
---|---|---|
committer | Ladislav Zezula <ladislav.zezula@avg.com> | 2013-01-11 14:55:08 +0100 |
commit | 3a926f0228c68d7d91cf3946624d7859976440ec (patch) | |
tree | c4e7d36dc8157576929988cdfcf5bfd8262cd09c /Publish.bat | |
parent | df4b0c085478389c9a21a09521d46735a0109c8a (diff) |
Initial creation
Diffstat (limited to 'Publish.bat')
-rw-r--r-- | Publish.bat | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/Publish.bat b/Publish.bat new file mode 100644 index 0000000..59db0b1 --- /dev/null +++ b/Publish.bat @@ -0,0 +1,22 @@ +@echo off +rem This BAT file updates the ZIP file that is to be uploaded to web +rem Only use when both 32-bit and 64-bit are properly compiled + +echo Creating stormlib.zip ... +cd \Ladik\Appdir +zip.exe -ur9 ..\WWW\web\download\stormlib.zip StormLib\doc\* +zip.exe -ur9 ..\WWW\web\download\stormlib.zip StormLib\src\* +zip.exe -ur9 ..\WWW\web\download\stormlib.zip StormLib\storm_dll\* +zip.exe -ur9 ..\WWW\web\download\stormlib.zip StormLib\StormLib.xcodeproj\* +zip.exe -ur9 ..\WWW\web\download\stormlib.zip StormLib\stormlib_dll\* +zip.exe -ur9 ..\WWW\web\download\stormlib.zip StormLib\test\* +zip.exe -u9 ..\WWW\web\download\stormlib.zip StormLib\CMakeLists.txt +zip.exe -u9 ..\WWW\web\download\stormlib.zip StormLib\makefile.* +zip.exe -u9 ..\WWW\web\download\stormlib.zip StormLib\Info.plist +zip.exe -u9 ..\WWW\web\download\stormlib.zip StormLib\*.bat +zip.exe -u9 ..\WWW\web\download\stormlib.zip StormLib\*.sln +zip.exe -u9 ..\WWW\web\download\stormlib.zip StormLib\*.vcproj +echo. + +echo Press any key to exit ... +pause >nul |