From be3b116a4078bf95b80c181a9d4cd641094ef0ba Mon Sep 17 00:00:00 2001 From: ruki Date: Thu, 20 Jul 2017 17:38:20 +0800 Subject: update tbox --- core/pkg/tbox.pkg/inc/windows/tbox.config.h | 15 +-------------- core/pkg/tbox.pkg/lib/release/windows/x64/tbox.lib | Bin 1293008 -> 1292984 bytes core/pkg/tbox.pkg/lib/release/windows/x86/tbox.lib | Bin 1002706 -> 1002698 bytes 3 files changed, 1 insertion(+), 14 deletions(-) diff --git a/core/pkg/tbox.pkg/inc/windows/tbox.config.h b/core/pkg/tbox.pkg/inc/windows/tbox.config.h index faeff71d2..4cc30f8d8 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 201707201114 +#define TB_CONFIG_VERSION_BUILD 201707201725 // defines #define TB_CONFIG_OS_WINDOWS 1 @@ -46,29 +46,16 @@ #define TB_CONFIG_LIBC_HAVE_SETJMP 1 #define TB_CONFIG_LIBC_HAVE_SETLOCALE 1 #define TB_CONFIG_LIBC_HAVE_FPUTS 1 -#define TB_CONFIG_LIBM_HAVE_LOG2 1 -#define TB_CONFIG_LIBM_HAVE_LOG2F 1 #define TB_CONFIG_LIBM_HAVE_SQRT 1 -#define TB_CONFIG_LIBM_HAVE_SQRTF 1 #define TB_CONFIG_LIBM_HAVE_ACOS 1 -#define TB_CONFIG_LIBM_HAVE_ACOSF 1 #define TB_CONFIG_LIBM_HAVE_ASIN 1 -#define TB_CONFIG_LIBM_HAVE_ASINF 1 #define TB_CONFIG_LIBM_HAVE_POW 1 -#define TB_CONFIG_LIBM_HAVE_POWF 1 #define TB_CONFIG_LIBM_HAVE_FMOD 1 -#define TB_CONFIG_LIBM_HAVE_FMODF 1 #define TB_CONFIG_LIBM_HAVE_TAN 1 -#define TB_CONFIG_LIBM_HAVE_TANF 1 #define TB_CONFIG_LIBM_HAVE_ATAN 1 -#define TB_CONFIG_LIBM_HAVE_ATANF 1 #define TB_CONFIG_LIBM_HAVE_ATAN2 1 -#define TB_CONFIG_LIBM_HAVE_ATAN2F 1 #define TB_CONFIG_LIBM_HAVE_COS 1 -#define TB_CONFIG_LIBM_HAVE_COSF 1 #define TB_CONFIG_LIBM_HAVE_SIN 1 -#define TB_CONFIG_LIBM_HAVE_SINF 1 #define TB_CONFIG_LIBM_HAVE_EXP 1 -#define TB_CONFIG_LIBM_HAVE_EXPF 1 #endif 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 69e5b2f8c..1966f933e 100644 Binary files a/core/pkg/tbox.pkg/lib/release/windows/x64/tbox.lib and b/core/pkg/tbox.pkg/lib/release/windows/x64/tbox.lib 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 331948915..6cffd8113 100644 Binary files a/core/pkg/tbox.pkg/lib/release/windows/x86/tbox.lib and b/core/pkg/tbox.pkg/lib/release/windows/x86/tbox.lib differ -- cgit v1.3.1