summaryrefslogtreecommitdiff
path: root/xmake/languages/asm/xmake.lua
diff options
context:
space:
mode:
Diffstat (limited to 'xmake/languages/asm/xmake.lua')
-rw-r--r--xmake/languages/asm/xmake.lua32
1 files changed, 16 insertions, 16 deletions
diff --git a/xmake/languages/asm/xmake.lua b/xmake/languages/asm/xmake.lua
index 0e55544c6..8afe36d10 100644
--- a/xmake/languages/asm/xmake.lua
+++ b/xmake/languages/asm/xmake.lua
@@ -118,24 +118,24 @@ language("asm")
set_menu {
config =
{
- {category = "Compiler and Linker Configuration" }
- , {nil, "as", "kv", nil, "The Assembler" }
- , {nil, "ar", "kv", nil, "The Static Library Linker" }
- , {nil, "ld", "kv", nil, "The Linker" }
- , {nil, "sh", "kv", nil, "The Shared Library Linker" }
+ {category = "Cross Complation Configuration/Compiler and Linker Configuration" }
+ , {nil, "as", "kv", nil, "The Assembler" }
+ , {nil, "ar", "kv", nil, "The Static Library Linker" }
+ , {nil, "ld", "kv", nil, "The Linker" }
+ , {nil, "sh", "kv", nil, "The Shared Library Linker" }
- , {category = "Compiler and Linker Flags Configuration" }
- , {nil, "asflags", "kv", nil, "The Assembler Flags" }
- , {nil, "ldflags", "kv", nil, "The Binary Linker Flags" }
- , {nil, "arflags", "kv", nil, "The Static Library Linker Flags" }
- , {nil, "shflags", "kv", nil, "The Shared Library Linker Flags" }
+ , {category = "Cross Complation Configuration/Compiler and Linker Flags Configuration" }
+ , {nil, "asflags", "kv", nil, "The Assembler Flags" }
+ , {nil, "ldflags", "kv", nil, "The Binary Linker Flags" }
+ , {nil, "arflags", "kv", nil, "The Static Library Linker Flags" }
+ , {nil, "shflags", "kv", nil, "The Shared Library Linker Flags" }
- , { }
- , {nil, "links", "kv", nil, "The Link Libraries" }
- , {nil, "linkdirs", "kv", nil, "The Link Search Directories" }
- , {nil, "includedirs","kv", nil, "The Include Search Directories" }
- }
- }
+ , { }
+ , {nil, "links", "kv", nil, "The Link Libraries" }
+ , {nil, "linkdirs", "kv", nil, "The Link Search Directories" }
+ , {nil, "includedirs","kv", nil, "The Include Search Directories" }
+ }
+ }