summaryrefslogtreecommitdiff
path: root/core/pkg/tbox.pkg
diff options
context:
space:
mode:
authorruki <[email protected]>2017-07-20 13:19:21 +0800
committerruki <[email protected]>2017-07-20 13:19:21 +0800
commit37e1e4b70b3f0f29e695603f1ba5ce1fd96f7417 (patch)
tree21dd25673ebb105c8b4aa4505d062b7cdc4de4a1 /core/pkg/tbox.pkg
parent1df9b001b1607882d38211ddb2e6d72e3ac0c542 (diff)
update tbox for windows
Diffstat (limited to 'core/pkg/tbox.pkg')
-rw-r--r--core/pkg/tbox.pkg/inc/tbox/prefix/arch.h4
-rw-r--r--core/pkg/tbox.pkg/inc/windows/tbox.config.h2
-rw-r--r--core/pkg/tbox.pkg/lib/release/windows/x64/tbox.libbin1285678 -> 1293008 bytes
-rw-r--r--core/pkg/tbox.pkg/lib/release/windows/x86/tbox.libbin995054 -> 1002706 bytes
4 files changed, 5 insertions, 1 deletions
diff --git a/core/pkg/tbox.pkg/inc/tbox/prefix/arch.h b/core/pkg/tbox.pkg/inc/tbox/prefix/arch.h
index c5000262b..224f6f211 100644
--- a/core/pkg/tbox.pkg/inc/tbox/prefix/arch.h
+++ b/core/pkg/tbox.pkg/inc/tbox/prefix/arch.h
@@ -104,6 +104,10 @@
# define TB_ARCH_ARM_VERSION (5)
# define TB_ARCH_ARM_v5
# define TB_ARCH_STRING "armv5"
+# elif defined(__ARM_ARCH_4T__)
+# define TB_ARCH_ARM_VERSION (4)
+# define TB_ARCH_ARM_v4t
+# define TB_ARCH_STRING "armv4t"
# elif defined(__ARM_ARCH)
# define TB_ARCH_ARM_VERSION __ARM_ARCH
# if __ARM_ARCH >= 8
diff --git a/core/pkg/tbox.pkg/inc/windows/tbox.config.h b/core/pkg/tbox.pkg/inc/windows/tbox.config.h
index bcfeb810a..faeff71d2 100644
--- a/core/pkg/tbox.pkg/inc/windows/tbox.config.h
+++ b/core/pkg/tbox.pkg/inc/windows/tbox.config.h
@@ -6,7 +6,7 @@
#define TB_CONFIG_VERSION_MAJOR 1
#define TB_CONFIG_VERSION_MINOR 6
#define TB_CONFIG_VERSION_ALTER 2
-#define TB_CONFIG_VERSION_BUILD 201705230952
+#define TB_CONFIG_VERSION_BUILD 201707201114
// defines
#define TB_CONFIG_OS_WINDOWS 1
diff --git a/core/pkg/tbox.pkg/lib/release/windows/x64/tbox.lib b/core/pkg/tbox.pkg/lib/release/windows/x64/tbox.lib
index 19028f10e..69e5b2f8c 100644
--- a/core/pkg/tbox.pkg/lib/release/windows/x64/tbox.lib
+++ b/core/pkg/tbox.pkg/lib/release/windows/x64/tbox.lib
Binary files differ
diff --git a/core/pkg/tbox.pkg/lib/release/windows/x86/tbox.lib b/core/pkg/tbox.pkg/lib/release/windows/x86/tbox.lib
index a94b4ae9a..331948915 100644
--- a/core/pkg/tbox.pkg/lib/release/windows/x86/tbox.lib
+++ b/core/pkg/tbox.pkg/lib/release/windows/x86/tbox.lib
Binary files differ