summaryrefslogtreecommitdiff
path: root/userinfoex/_publishall.cmd
diff options
context:
space:
mode:
Diffstat (limited to 'userinfoex/_publishall.cmd')
-rw-r--r--userinfoex/_publishall.cmd23
1 files changed, 0 insertions, 23 deletions
diff --git a/userinfoex/_publishall.cmd b/userinfoex/_publishall.cmd
deleted file mode 100644
index 361368e..0000000
--- a/userinfoex/_publishall.cmd
+++ /dev/null
@@ -1,23 +0,0 @@
-:@echo off
-
-:if %1 == "" goto USAGE
-:if %2 NEQ "" goto USAGE
-
-call _publishbin.cmd "Release" %1
-call _publishbin.cmd "Release Unicode" %1
-call _publishsrc.cmd %1
-goto END
-
-:USAGE
-echo.
-echo ===============================================================================
-echo UserInfoEx Postbuilt Script for automatic preparation of published binaries.
-echo.
-echo USAGE: _publishall [VERSION]
-echo.
-echo Example: _publishall "0.8.3.2"
-echo.
-echo ===============================================================================
-echo.
-
-:END \ No newline at end of file