diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-02 19:15:39 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-06-02 19:15:39 +0000 |
commit | a8af2c147a524df5f48e81910331febf042b505f (patch) | |
tree | ae0b880797457fb65bf861b9efd43ca62bdecc79 /plugins/WhenWasIt/pack unicode.bat | |
parent | 1d043e03a80e9cc06a33f7c5b53ccf9d0885ca18 (diff) |
projects cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@266 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/WhenWasIt/pack unicode.bat')
-rw-r--r-- | plugins/WhenWasIt/pack unicode.bat | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/plugins/WhenWasIt/pack unicode.bat b/plugins/WhenWasIt/pack unicode.bat deleted file mode 100644 index 2bb0f32333..0000000000 --- a/plugins/WhenWasIt/pack unicode.bat +++ /dev/null @@ -1,11 +0,0 @@ -copy folders\m_folders.h docs /y
-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 unicode.zip" @files_releasew.txt
-d:\usr\PowerArchiver\pacl\pacomp.exe -p -a -c2 "WhenWasIt %1.%2.%3.%4 x32 unicode.zip" docs\*.* *.caca
-call "pack symbols.bat" WhenWasIt "Release Unicode" %1.%2.%3.%4 unicode
-exit
-
-error:
-echo "Error packing WhenWasIt"
|