diff options
| author | ruki <[email protected]> | 2017-03-30 17:18:23 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2017-03-30 17:18:23 +0800 |
| commit | 3eb49a191bd2c4d0ab4a921d8f167fe5f4b2c491 (patch) | |
| tree | bfbaf148cafa1b95b36ae207e931529ce27ed4b7 /core/pkg/tbox.pkg/xmake.lua | |
| parent | d3f8282da5629d93acecc5c96258a38b1bd42eed (diff) | |
support windows x64
Diffstat (limited to 'core/pkg/tbox.pkg/xmake.lua')
| -rw-r--r-- | core/pkg/tbox.pkg/xmake.lua | 60 |
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")
|
