summaryrefslogtreecommitdiff
path: root/xmake/scripts/_xmake_main.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-05-03 14:02:49 +0800
committerruki <[email protected]>2015-05-03 14:03:10 +0800
commit4a0ac3ab3b236df85fcad676a2570128a3363f07 (patch)
tree8c9e53cb77198208963d439da2dbb2b9eb61a8a3 /xmake/scripts/_xmake_main.lua
parentd5c1749a6f01d05cced27538798989c36b9d18f3 (diff)
parse command line and process help and version
Diffstat (limited to 'xmake/scripts/_xmake_main.lua')
-rw-r--r--xmake/scripts/_xmake_main.lua3
1 files changed, 1 insertions, 2 deletions
diff --git a/xmake/scripts/_xmake_main.lua b/xmake/scripts/_xmake_main.lua
index 210c89726..c407b8fae 100644
--- a/xmake/scripts/_xmake_main.lua
+++ b/xmake/scripts/_xmake_main.lua
@@ -23,8 +23,7 @@
-- init namespace: xmake
xmake = xmake or {}
xmake._ARGV = _ARGV
-xmake._VERBOSE = _VERBOSE
-xmake._VERSION = "1.0.1"
+xmake._VERSION = "XMake v1.0.1"
xmake._PROGRAM_DIR = _PROGRAM_DIR
xmake._PROJECT_DIR = _PROJECT_DIR
xmake._SCRIPTS_DIR = _PROGRAM_DIR .. "/scripts/"