diff options
author | Ladislav Zezula <zezula@volny.cz> | 2020-05-11 06:56:25 +0200 |
---|---|---|
committer | Ladislav Zezula <zezula@volny.cz> | 2020-05-11 06:56:25 +0200 |
commit | 9a17c626510d78fb91b8f69fc52b57c5381b0dea (patch) | |
tree | eb0a930811dc15c53d588994da609906c7d01435 /Publish_beta.bat | |
parent | 6065d16ba99f40011c494a31a8f65b7edd15025e (diff) |
Added WDK build
Diffstat (limited to 'Publish_beta.bat')
-rw-r--r-- | Publish_beta.bat | 25 |
1 files changed, 0 insertions, 25 deletions
diff --git a/Publish_beta.bat b/Publish_beta.bat deleted file mode 100644 index 2222ab5..0000000 --- a/Publish_beta.bat +++ /dev/null @@ -1,25 +0,0 @@ -@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 - -set STORMLIB_NAME=stormlib-9.00-beta - -echo Creating %STORMLIB_NAME%.zip ... -cd \Ladik\Appdir -zip.exe -ur9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\doc\* -zip.exe -ur9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\src\* -zip.exe -ur9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\storm_dll\* -zip.exe -ur9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\StormLib.xcodeproj\* -zip.exe -ur9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\stormlib_dll\* -zip.exe -ur9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\test\* -zip.exe -u9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\CMakeLists.txt -zip.exe -u9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\makefile.* -zip.exe -u9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\Info.plist -zip.exe -u9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\*.bat -zip.exe -u9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\*.sln -zip.exe -u9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\*.vcproj -zip.exe -u9 ..\WWW\web\download\%STORMLIB_NAME%.zip StormLib\*.vcxproj -echo. - -echo Press any key to exit ... -pause >nul |