diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-20 18:11:52 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-20 18:11:52 +0000 |
commit | cea2cbc276fc337f95ab665bd766c5a467980e4e (patch) | |
tree | ac3908a2740a77acc3667fb3f454feb3427d11f0 /plugins/Bonsai/pack symbols.bat | |
parent | 7f22e924e0146afa260530c0920c7968d88ddbd9 (diff) |
project fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@103 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Bonsai/pack symbols.bat')
-rw-r--r-- | plugins/Bonsai/pack symbols.bat | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/plugins/Bonsai/pack symbols.bat b/plugins/Bonsai/pack symbols.bat deleted file mode 100644 index 3fd0bdb610..0000000000 --- a/plugins/Bonsai/pack symbols.bat +++ /dev/null @@ -1,9 +0,0 @@ -@echo off
-if NOT EXIST "symbols\%1 - %3" (
- mkdir "symbols\%1 - %3"
-)
-xcopy "%2\win32\Release\*.pdb" "symbols\%1 - %3\win32\*" /EXCLUDE:symbols_exclude.txt /Y
-xcopy "%2\x64\Release\*.pdb" "symbols\%1 - %3\x64\*" /EXCLUDE:symbols_exclude.txt /Y
-
-d:\usr\PowerArchiver\pacl\pacomp.exe -p -a -r -c2 "symbols - %1.zip" "symbols\*.*"
-rmdir "symbols\" /Q /S
\ No newline at end of file |