diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-27 07:00:19 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2012-05-27 07:00:19 +0000 |
commit | ab30760975535269bef135883d3394760bd4eade (patch) | |
tree | 843362bde4bfd65a5f279aedc26ac06e7cee6a81 /plugins/Folders/pack.bat | |
parent | 64e5be276b2b883ea354b1efe77d788cfa1a567d (diff) |
projects cleanup
git-svn-id: http://svn.miranda-ng.org/main/trunk@193 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Folders/pack.bat')
-rw-r--r-- | plugins/Folders/pack.bat | 13 |
1 files changed, 0 insertions, 13 deletions
diff --git a/plugins/Folders/pack.bat b/plugins/Folders/pack.bat deleted file mode 100644 index a0bb14ed37..0000000000 --- a/plugins/Folders/pack.bat +++ /dev/null @@ -1,13 +0,0 @@ -copy folders\m_folders.h docs /y
-for /F "tokens=5-9* delims=. " %%i in (docs\folders_readme.txt) do (call :Pack %%i %%j %%k %%l; exit)
-
-:Pack
-xcopy folders\win32\release\folders.dll . /y
-xcopy folders\m_folders.h docs\m_folders.h /y
-d:\usr\7z\7za.exe a -i!docs\*.* -i!Folders.dll "Folders %1.%2.%3.%4 x32.zip"
-del folders.dll
-call "pack symbols.bat" Folders Folders %1.%2.%3.%4
-exit
-
-error:
-echo "Error packing Folders"
\ No newline at end of file |