diff options
author | René Schümann <white06tiger@gmail.com> | 2014-08-21 11:08:49 +0000 |
---|---|---|
committer | René Schümann <white06tiger@gmail.com> | 2014-08-21 11:08:49 +0000 |
commit | 9c029aeeab59bc44edf3fd2daf9fe83d71c2fb46 (patch) | |
tree | d4f7333c80c31d76715150e5726c20286934c50f /plugins/IEHistory/pack.bat | |
parent | 7bb0946309bccda962efda1798e446848be958d8 (diff) |
IEHistory:
added original sources of 0.0.1.4
git-svn-id: http://svn.miranda-ng.org/main/trunk@10251 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/IEHistory/pack.bat')
-rw-r--r-- | plugins/IEHistory/pack.bat | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/plugins/IEHistory/pack.bat b/plugins/IEHistory/pack.bat new file mode 100644 index 0000000000..f14ab0ea53 --- /dev/null +++ b/plugins/IEHistory/pack.bat @@ -0,0 +1,10 @@ +for /F "tokens=5-9* delims=. " %%i in (docs\IEHistory_readme.txt) do (call :Pack %%i %%j %%k %%l; exit) + +:Pack +D:\usr\PowerArchiver\pacl\pacomp.exe -a -c2 "IEHistory %1.%2.%3.%4.zip" @files_release.txt +D:\usr\PowerArchiver\pacl\pacomp.exe -p -a -c2 "IEHistory %1.%2.%3.%4.zip" docs\*.* *.caca +call "pack symbols.bat" IEHistory IEHistory %1.%2.%3.%4 +exit + +error: +echo "Error packing IEHistory"
\ No newline at end of file |