summaryrefslogtreecommitdiff
path: root/xmake/languages/dlang/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2018-02-01 22:52:05 +0800
committerruki <[email protected]>2018-02-01 11:12:31 +0800
commitfa98fd2e588f56713df258b6c5639db8d3bc9ad5 (patch)
tree719b50ffa4d17a995d3565deeda41950f4c9cbfd /xmake/languages/dlang/xmake.lua
parent3e77043082f8d183ca9417513bd3df28ffaaddd8 (diff)
impl path category for menuconf
Diffstat (limited to 'xmake/languages/dlang/xmake.lua')
-rw-r--r--xmake/languages/dlang/xmake.lua20
1 files changed, 10 insertions, 10 deletions
diff --git a/xmake/languages/dlang/xmake.lua b/xmake/languages/dlang/xmake.lua
index 7f1dd7c07..d89c47085 100644
--- a/xmake/languages/dlang/xmake.lua
+++ b/xmake/languages/dlang/xmake.lua
@@ -102,16 +102,16 @@ language("dlang")
set_menu {
config =
{
- {category = "Compiler and Linker Configuration" }
- , {nil, "dc", "kv", nil, "The Dlang Compiler" }
- , {nil, "dc-ld", "kv", nil, "The Dlang Linker" }
- , {nil, "dc-ar", "kv", nil, "The Dlang Static Library Archiver" }
- , {nil, "dc-sh", "kv", nil, "The Dlang Shared Library Linker" }
+ {category = "Cross Complation Configuration/Compiler and Linker Configuration" }
+ , {nil, "dc", "kv", nil, "The Dlang Compiler" }
+ , {nil, "dc-ld", "kv", nil, "The Dlang Linker" }
+ , {nil, "dc-ar", "kv", nil, "The Dlang Static Library Archiver" }
+ , {nil, "dc-sh", "kv", nil, "The Dlang Shared Library Linker" }
- , {category = "Compiler and Linker Flags Configuration" }
- , {nil, "links", "kv", nil, "The Link Libraries" }
- , {nil, "linkdirs", "kv", nil, "The Link Search Directories" }
- , {nil, "includedirs","kv", nil, "The Include Search Directories" }
- }
+ , {category = "Cross Complation Configuration/Compiler and Linker Flags Configuration" }
+ , {nil, "links", "kv", nil, "The Link Libraries" }
+ , {nil, "linkdirs", "kv", nil, "The Link Search Directories" }
+ , {nil, "includedirs","kv", nil, "The Include Search Directories" }
+ }
}