diff options
| author | ruki <[email protected]> | 2016-12-01 23:04:52 +0800 |
|---|---|---|
| committer | ruki <[email protected]> | 2016-12-01 23:04:59 +0800 |
| commit | 2933d72e11d4af052dd3bc804926a53b85a9b4a6 (patch) | |
| tree | 2bbff56a8496845090afc774f8c0d7e6086812ce | |
| parent | 874cd1f4780c56f6d459b467d4908742e78022de (diff) | |
update tbox for linux x86_64
| -rwxr-xr-x | core/pkg/tbox.pkg/inc/linux/tbox.config.h | 2 | ||||
| -rwxr-xr-x | core/pkg/tbox.pkg/lib/release/linux/x86_64/libtbox.a | bin | 922400 -> 922026 bytes | |||
| -rw-r--r-- | core/pkg/tbox.pkg/xmake.lua | 60 |
3 files changed, 31 insertions, 31 deletions
diff --git a/core/pkg/tbox.pkg/inc/linux/tbox.config.h b/core/pkg/tbox.pkg/inc/linux/tbox.config.h index 6c6485352..c635166f7 100755 --- a/core/pkg/tbox.pkg/inc/linux/tbox.config.h +++ b/core/pkg/tbox.pkg/inc/linux/tbox.config.h @@ -6,7 +6,7 @@ #define TB_CONFIG_VERSION_MAJOR 1 #define TB_CONFIG_VERSION_MINOR 6 #define TB_CONFIG_VERSION_ALTER 1 -#define TB_CONFIG_VERSION_BUILD 201611102031 +#define TB_CONFIG_VERSION_BUILD 201612012304 // defines #define TB_CONFIG_OS_LINUX 1 diff --git a/core/pkg/tbox.pkg/lib/release/linux/x86_64/libtbox.a b/core/pkg/tbox.pkg/lib/release/linux/x86_64/libtbox.a Binary files differindex 784fb88b0..ab777bf42 100755 --- a/core/pkg/tbox.pkg/lib/release/linux/x86_64/libtbox.a +++ b/core/pkg/tbox.pkg/lib/release/linux/x86_64/libtbox.a diff --git a/core/pkg/tbox.pkg/xmake.lua b/core/pkg/tbox.pkg/xmake.lua index c6bc5ee18..b946b73b2 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") |
