summaryrefslogtreecommitdiff
path: root/core/pkg/tbox.pkg/xmake.lua
diff options
context:
space:
mode:
authorruki <[email protected]>2017-05-22 18:30:28 +0800
committerruki <[email protected]>2017-05-22 18:30:28 +0800
commit065d783675adfb544dd0b6daec893e63176f0fb7 (patch)
treee7b028e8d4c97508d94cd8bef0e0cd87e26c1dfc /core/pkg/tbox.pkg/xmake.lua
parentf87fc2eda76a760a0013273ae733950d83eaa190 (diff)
update tbox for win64
Diffstat (limited to 'core/pkg/tbox.pkg/xmake.lua')
-rw-r--r--core/pkg/tbox.pkg/xmake.lua60
1 files changed, 30 insertions, 30 deletions
diff --git a/core/pkg/tbox.pkg/xmake.lua b/core/pkg/tbox.pkg/xmake.lua
index b946b73b2..c6bc5ee18 100644
--- a/core/pkg/tbox.pkg/xmake.lua
+++ b/core/pkg/tbox.pkg/xmake.lua
@@ -1,30 +1,30 @@
-
--- the tbox package
-option("tbox")
-
- -- show menu
- set_showmenu(true)
-
- -- set category
- set_category("package")
-
- -- set description
- set_description("The tbox package")
-
- -- set language: c99, c++11
- set_languages("c99", "cxx11")
-
- -- add defines to config.h if checking ok
- add_defines_h_if_ok("$(prefix)_PACKAGE_HAVE_TBOX")
-
- -- add links for checking
- add_links("tbox")
-
- -- add link directories
- add_linkdirs("lib/$(mode)/$(plat)/$(arch)")
-
- -- add c includes for checking
- add_cincludes("tbox/tbox.h")
-
- -- add include directories
- add_includedirs("inc/$(plat)", "inc")
+
+-- the tbox package
+option("tbox")
+
+ -- show menu
+ set_showmenu(true)
+
+ -- set category
+ set_category("package")
+
+ -- set description
+ set_description("The tbox package")
+
+ -- set language: c99, c++11
+ set_languages("c99", "cxx11")
+
+ -- add defines to config.h if checking ok
+ add_defines_h_if_ok("$(prefix)_PACKAGE_HAVE_TBOX")
+
+ -- add links for checking
+ add_links("tbox")
+
+ -- add link directories
+ add_linkdirs("lib/$(mode)/$(plat)/$(arch)")
+
+ -- add c includes for checking
+ add_cincludes("tbox/tbox.h")
+
+ -- add include directories
+ add_includedirs("inc/$(plat)", "inc")