diff options
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 |