aboutsummaryrefslogtreecommitdiff
path: root/Publish.bat
diff options
context:
space:
mode:
Diffstat (limited to 'Publish.bat')
-rw-r--r--Publish.bat22
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