diff options
Diffstat (limited to 'plugins/WhenWasIt/pack.bat')
-rw-r--r-- | plugins/WhenWasIt/pack.bat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/WhenWasIt/pack.bat b/plugins/WhenWasIt/pack.bat new file mode 100644 index 0000000000..9cf47f0473 --- /dev/null +++ b/plugins/WhenWasIt/pack.bat @@ -0,0 +1,10 @@ +for /F "tokens=6-10* delims=. " %%i in (docs\WhenWasIt_readme.txt) do (call :Pack %%i %%j %%k %%l; exit)
+
+:Pack
+d:\usr\PowerArchiver\pacl\pacomp.exe -a -c2 "WhenWasIt %1.%2.%3.%4 x32.zip" @files_release.txt
+d:\usr\PowerArchiver\pacl\pacomp.exe -p -a -c2 "WhenWasIt %1.%2.%3.%4 x32.zip" docs\*.* *.caca
+call "pack symbols.bat" WhenWasIt Release %1.%2.%3.%4
+exit
+
+error:
+echo "Error packing WhenWasIt"
|