summaryrefslogtreecommitdiff
path: root/xmake/languages
diff options
context:
space:
mode:
authorruki <[email protected]>2017-08-27 21:44:26 +0800
committerruki <[email protected]>2017-08-27 21:44:26 +0800
commit82656cd001b02abd7f1a4b5ba6dcd89c50899d46 (patch)
tree306c4acfc3e7d123a6c742d531aa02fbd7201132 /xmake/languages
parentd3f38de4ea68ca59a74bb8a96ea3ffe4db2563f6 (diff)
update description and index
Diffstat (limited to 'xmake/languages')
-rw-r--r--xmake/languages/asm/api.lua2
-rw-r--r--xmake/languages/asm/load.lua2
-rw-r--r--xmake/languages/asm/xmake.lua2
-rw-r--r--xmake/languages/c++/api.lua2
-rw-r--r--xmake/languages/c++/check_main.lua2
-rw-r--r--xmake/languages/c++/load.lua2
-rw-r--r--xmake/languages/c++/xmake.lua2
-rw-r--r--xmake/languages/dlang/api.lua2
-rw-r--r--xmake/languages/dlang/check_main.lua2
-rw-r--r--xmake/languages/dlang/load.lua2
-rw-r--r--xmake/languages/dlang/xmake.lua2
-rw-r--r--xmake/languages/golang/api.lua2
-rw-r--r--xmake/languages/golang/check_main.lua2
-rw-r--r--xmake/languages/golang/load.lua2
-rw-r--r--xmake/languages/golang/xmake.lua2
-rw-r--r--xmake/languages/msrc/api.lua2
-rw-r--r--xmake/languages/msrc/load.lua2
-rw-r--r--xmake/languages/msrc/xmake.lua2
-rw-r--r--xmake/languages/objc++/api.lua2
-rw-r--r--xmake/languages/objc++/check_main.lua2
-rw-r--r--xmake/languages/objc++/load.lua2
-rw-r--r--xmake/languages/objc++/xmake.lua2
-rw-r--r--xmake/languages/rust/api.lua2
-rw-r--r--xmake/languages/rust/check_main.lua2
-rw-r--r--xmake/languages/rust/load.lua2
-rw-r--r--xmake/languages/rust/xmake.lua2
-rw-r--r--xmake/languages/swift/api.lua2
-rw-r--r--xmake/languages/swift/load.lua2
-rw-r--r--xmake/languages/swift/xmake.lua2
29 files changed, 29 insertions, 29 deletions
diff --git a/xmake/languages/asm/api.lua b/xmake/languages/asm/api.lua
index 23dd1eaf8..153151b43 100644
--- a/xmake/languages/asm/api.lua
+++ b/xmake/languages/asm/api.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/asm/load.lua b/xmake/languages/asm/load.lua
index 4eb290d07..7302b1bd7 100644
--- a/xmake/languages/asm/load.lua
+++ b/xmake/languages/asm/load.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/asm/xmake.lua b/xmake/languages/asm/xmake.lua
index 4f729233f..c3f42dc60 100644
--- a/xmake/languages/asm/xmake.lua
+++ b/xmake/languages/asm/xmake.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/c++/api.lua b/xmake/languages/c++/api.lua
index 2258cfad7..5823d77d1 100644
--- a/xmake/languages/c++/api.lua
+++ b/xmake/languages/c++/api.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/c++/check_main.lua b/xmake/languages/c++/check_main.lua
index d5d434d8f..916630c81 100644
--- a/xmake/languages/c++/check_main.lua
+++ b/xmake/languages/c++/check_main.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/c++/load.lua b/xmake/languages/c++/load.lua
index 4eb290d07..7302b1bd7 100644
--- a/xmake/languages/c++/load.lua
+++ b/xmake/languages/c++/load.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/c++/xmake.lua b/xmake/languages/c++/xmake.lua
index e5add6b6e..fafa7a98a 100644
--- a/xmake/languages/c++/xmake.lua
+++ b/xmake/languages/c++/xmake.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/dlang/api.lua b/xmake/languages/dlang/api.lua
index 8a0a07a8d..c3ab935d5 100644
--- a/xmake/languages/dlang/api.lua
+++ b/xmake/languages/dlang/api.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/dlang/check_main.lua b/xmake/languages/dlang/check_main.lua
index 9eb1d43bb..0473e4fe4 100644
--- a/xmake/languages/dlang/check_main.lua
+++ b/xmake/languages/dlang/check_main.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/dlang/load.lua b/xmake/languages/dlang/load.lua
index 4eb290d07..7302b1bd7 100644
--- a/xmake/languages/dlang/load.lua
+++ b/xmake/languages/dlang/load.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/dlang/xmake.lua b/xmake/languages/dlang/xmake.lua
index 3052d7f65..fd64437b2 100644
--- a/xmake/languages/dlang/xmake.lua
+++ b/xmake/languages/dlang/xmake.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/golang/api.lua b/xmake/languages/golang/api.lua
index 8ef4687a0..53991322a 100644
--- a/xmake/languages/golang/api.lua
+++ b/xmake/languages/golang/api.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/golang/check_main.lua b/xmake/languages/golang/check_main.lua
index 62471650b..c60256ce1 100644
--- a/xmake/languages/golang/check_main.lua
+++ b/xmake/languages/golang/check_main.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/golang/load.lua b/xmake/languages/golang/load.lua
index 4eb290d07..7302b1bd7 100644
--- a/xmake/languages/golang/load.lua
+++ b/xmake/languages/golang/load.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/golang/xmake.lua b/xmake/languages/golang/xmake.lua
index 5a0119f34..f33cbb8d0 100644
--- a/xmake/languages/golang/xmake.lua
+++ b/xmake/languages/golang/xmake.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/msrc/api.lua b/xmake/languages/msrc/api.lua
index 23934db76..0f415ea8b 100644
--- a/xmake/languages/msrc/api.lua
+++ b/xmake/languages/msrc/api.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/msrc/load.lua b/xmake/languages/msrc/load.lua
index 4eb290d07..7302b1bd7 100644
--- a/xmake/languages/msrc/load.lua
+++ b/xmake/languages/msrc/load.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/msrc/xmake.lua b/xmake/languages/msrc/xmake.lua
index e554c15a3..48d832abd 100644
--- a/xmake/languages/msrc/xmake.lua
+++ b/xmake/languages/msrc/xmake.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/objc++/api.lua b/xmake/languages/objc++/api.lua
index f09b99119..b2ad216d1 100644
--- a/xmake/languages/objc++/api.lua
+++ b/xmake/languages/objc++/api.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/objc++/check_main.lua b/xmake/languages/objc++/check_main.lua
index d5d434d8f..916630c81 100644
--- a/xmake/languages/objc++/check_main.lua
+++ b/xmake/languages/objc++/check_main.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/objc++/load.lua b/xmake/languages/objc++/load.lua
index 4eb290d07..7302b1bd7 100644
--- a/xmake/languages/objc++/load.lua
+++ b/xmake/languages/objc++/load.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/objc++/xmake.lua b/xmake/languages/objc++/xmake.lua
index 009a662e4..0ce6ab26c 100644
--- a/xmake/languages/objc++/xmake.lua
+++ b/xmake/languages/objc++/xmake.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/rust/api.lua b/xmake/languages/rust/api.lua
index aaa010634..12d55b121 100644
--- a/xmake/languages/rust/api.lua
+++ b/xmake/languages/rust/api.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/rust/check_main.lua b/xmake/languages/rust/check_main.lua
index 75cd89356..a8273da3b 100644
--- a/xmake/languages/rust/check_main.lua
+++ b/xmake/languages/rust/check_main.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/rust/load.lua b/xmake/languages/rust/load.lua
index 4eb290d07..7302b1bd7 100644
--- a/xmake/languages/rust/load.lua
+++ b/xmake/languages/rust/load.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/rust/xmake.lua b/xmake/languages/rust/xmake.lua
index 5a66990a8..25cb4c606 100644
--- a/xmake/languages/rust/xmake.lua
+++ b/xmake/languages/rust/xmake.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/swift/api.lua b/xmake/languages/swift/api.lua
index e6b14d026..1db1b643e 100644
--- a/xmake/languages/swift/api.lua
+++ b/xmake/languages/swift/api.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/swift/load.lua b/xmake/languages/swift/load.lua
index 4eb290d07..7302b1bd7 100644
--- a/xmake/languages/swift/load.lua
+++ b/xmake/languages/swift/load.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file
diff --git a/xmake/languages/swift/xmake.lua b/xmake/languages/swift/xmake.lua
index a764dc91d..e60cb0d7e 100644
--- a/xmake/languages/swift/xmake.lua
+++ b/xmake/languages/swift/xmake.lua
@@ -1,4 +1,4 @@
---!The Make-like Build Utility based on Lua
+--!A cross-platform build utility based on Lua
--
-- Licensed to the Apache Software Foundation (ASF) under one
-- or more contributor license agreements. See the NOTICE file