summaryrefslogtreecommitdiff
path: root/xmake/scripts/action/_create.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2015-06-18 14:49:25 +0800
committerruki <[email protected]>2015-06-18 14:49:25 +0800
commit1cb067b57383aa65ad5500b350aca22d865e7f3c (patch)
tree7708657d1daf661afab19668eb64d9bff96c14d4 /xmake/scripts/action/_create.lua
parenta2037440e4b4211fc67e602d62ab2d598bfe9fca (diff)
modify the create project menu
Diffstat (limited to 'xmake/scripts/action/_create.lua')
-rw-r--r--xmake/scripts/action/_create.lua17
1 files changed, 8 insertions, 9 deletions
diff --git a/xmake/scripts/action/_create.lua b/xmake/scripts/action/_create.lua
index 17f569bd6..c4e64a222 100644
--- a/xmake/scripts/action/_create.lua
+++ b/xmake/scripts/action/_create.lua
@@ -65,15 +65,14 @@ function _create.menu()
, " - c"
, " - c++"
, " - objc"
- , " - objc++"
- , " - lua" }
- , {'t', "type", "kv", "console", "The project type"
- , " - console"
- , " - library_static"
- , " - library_shared"
- , " - application_empty"
- , " - application_singleview"
- , " - game" }
+ , " - objc++" }
+ , {'t', "type", "kv", "1", "The project type"
+ , " 1. The Console Program"
+ , " 2. The Console Program with tbox"
+ , " 3. The Static Library"
+ , " 4. The Static Library with tbox"
+ , " 5. The Shared Library"
+ , " 6. The Shared Library with tbox" }
, {}
, {'v', "verbose", "k", nil, "Print lots of verbose information." }