summaryrefslogtreecommitdiff
path: root/plugins/CmdLine/pack x64.bat
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/CmdLine/pack x64.bat')
-rw-r--r--plugins/CmdLine/pack x64.bat18
1 files changed, 0 insertions, 18 deletions
diff --git a/plugins/CmdLine/pack x64.bat b/plugins/CmdLine/pack x64.bat
deleted file mode 100644
index e6a5812727..0000000000
--- a/plugins/CmdLine/pack x64.bat
+++ /dev/null
@@ -1,18 +0,0 @@
-if NOT EXIST "plugins" (
- mkdir "plugins"
-)
-
-xcopy "CmdLine\x64\Release\*.dll" "plugins\*"
-
-for /F "tokens=4-8* delims=. " %%i in (docs\CmdLine_readme.txt) do (call :Pack %%i %%j %%k %%l; exit)
-
-:Pack
-d:\usr\PowerArchiver\pacl\pacomp.exe -a -c2 "CmdLine %1.%2.%3.%4 x64.zip" @files_releasex64.txt
-d:\usr\PowerArchiver\pacl\pacomp.exe -p -a -c2 "CmdLine %1.%2.%3.%4 x64.zip" docs\*.* *.caca
-d:\usr\PowerArchiver\pacl\pacomp.exe -p -a -c2 "CmdLine %1.%2.%3.%4 x64.zip" plugins\*.* *.caca
-rmdir "plugins\" /Q /S
-call "pack symbols.bat" CmdLine executable\MimCmd %1.%2.%3.%4
-exit
-
-error:
-echo "Error packing CmdLine"