summaryrefslogtreecommitdiff
path: root/core/pkg
diff options
context:
space:
mode:
authorruki <[email protected]>2016-09-17 21:09:15 +0800
committerruki <[email protected]>2016-09-17 21:09:15 +0800
commit05019549ea769b64a31929b7044e7a53dba97549 (patch)
treea9a72f7790fd735638ffeec5289cfef88e5bf137 /core/pkg
parentb70792995b5a0e4253ca83f09efa565c72a0cb88 (diff)
remove core/tools and uses xmake to compile core
Diffstat (limited to 'core/pkg')
-rw-r--r--core/pkg/luajit.pkg/inc/luajit/lua.h2
-rw-r--r--core/pkg/luajit.pkg/lib/linux/i386/libluajit.a (renamed from core/pkg/luajit.pkg/lib/linux/x86/libluajit.a)bin619690 -> 619690 bytes
-rw-r--r--core/pkg/luajit.pkg/lib/linux/x86_64/libluajit.a (renamed from core/pkg/luajit.pkg/lib/linux/x64/libluajit.a)bin781080 -> 781080 bytes
-rw-r--r--core/pkg/luajit.pkg/lib/macosx/x86_64/libluajit.a (renamed from core/pkg/luajit.pkg/lib/mac/x64/libluajit.a)bin694840 -> 694840 bytes
-rw-r--r--core/pkg/luajit.pkg/lib/windows/x86/luajit.lib (renamed from core/pkg/luajit.pkg/lib/msvc/x86/luajit.lib)bin998806 -> 998806 bytes
-rwxr-xr-xcore/pkg/luajit.pkg/manifest.json41
-rwxr-xr-xcore/pkg/tbox.pkg/inc/linux/x64/tbox.config.h120
-rwxr-xr-xcore/pkg/tbox.pkg/inc/linux/x86/tbox.config.h120
-rwxr-xr-xcore/pkg/tbox.pkg/inc/mac/x64/tbox.config.h118
-rw-r--r--core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h68
-rwxr-xr-xcore/pkg/tbox.pkg/lib/linux/i386/libtbox.abin0 -> 671584 bytes
-rwxr-xr-xcore/pkg/tbox.pkg/lib/linux/x86_64/libtbox.abin0 -> 891688 bytes
-rwxr-xr-xcore/pkg/tbox.pkg/lib/macosx/x86_64/libtbox.abin0 -> 640856 bytes
-rw-r--r--core/pkg/tbox.pkg/lib/windows/x86/tbox.libbin0 -> 769726 bytes
14 files changed, 0 insertions, 469 deletions
diff --git a/core/pkg/luajit.pkg/inc/luajit/lua.h b/core/pkg/luajit.pkg/inc/luajit/lua.h
index c83fd3bbe..758ca7884 100644
--- a/core/pkg/luajit.pkg/inc/luajit/lua.h
+++ b/core/pkg/luajit.pkg/inc/luajit/lua.h
@@ -102,8 +102,6 @@ typedef LUA_NUMBER lua_Number;
/* type for integer functions */
typedef LUA_INTEGER lua_Integer;
-
-
/*
** state manipulation
*/
diff --git a/core/pkg/luajit.pkg/lib/linux/x86/libluajit.a b/core/pkg/luajit.pkg/lib/linux/i386/libluajit.a
index c60ee0143..c60ee0143 100644
--- a/core/pkg/luajit.pkg/lib/linux/x86/libluajit.a
+++ b/core/pkg/luajit.pkg/lib/linux/i386/libluajit.a
Binary files differ
diff --git a/core/pkg/luajit.pkg/lib/linux/x64/libluajit.a b/core/pkg/luajit.pkg/lib/linux/x86_64/libluajit.a
index abb51043d..abb51043d 100644
--- a/core/pkg/luajit.pkg/lib/linux/x64/libluajit.a
+++ b/core/pkg/luajit.pkg/lib/linux/x86_64/libluajit.a
Binary files differ
diff --git a/core/pkg/luajit.pkg/lib/mac/x64/libluajit.a b/core/pkg/luajit.pkg/lib/macosx/x86_64/libluajit.a
index 73cd64373..73cd64373 100644
--- a/core/pkg/luajit.pkg/lib/mac/x64/libluajit.a
+++ b/core/pkg/luajit.pkg/lib/macosx/x86_64/libluajit.a
Binary files differ
diff --git a/core/pkg/luajit.pkg/lib/msvc/x86/luajit.lib b/core/pkg/luajit.pkg/lib/windows/x86/luajit.lib
index 50df1f898..50df1f898 100644
--- a/core/pkg/luajit.pkg/lib/msvc/x86/luajit.lib
+++ b/core/pkg/luajit.pkg/lib/windows/x86/luajit.lib
Binary files differ
diff --git a/core/pkg/luajit.pkg/manifest.json b/core/pkg/luajit.pkg/manifest.json
deleted file mode 100755
index 2043e853d..000000000
--- a/core/pkg/luajit.pkg/manifest.json
+++ /dev/null
@@ -1,41 +0,0 @@
-{
- "format":
- {
- "name": "The TBOOX Package Format"
- , "version": "v1.0.1"
- , "website": "http://www.tboox.org"
- }
-
-, "package":
- {
- "name": "The Luajit Library"
- }
-
-, "compiler":
- {
- "default":
- {
- "debug":
- {
- "libs": "luajit"
- }
- , "release": "$.compiler.default.debug"
- }
-
- , "mac" :
- {
- "x64": "$.compiler.default"
- }
-
- , "linux" :
- {
- "x64": "$.compiler.default"
- , "x86": "$.compiler.default"
- }
-
- , "msvc" :
- {
- "x86": "$.compiler.default"
- }
- }
-}
diff --git a/core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h b/core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h
deleted file mode 100755
index 095066c75..000000000
--- a/core/pkg/tbox.pkg/inc/linux/x64/tbox.config.h
+++ /dev/null
@@ -1,120 +0,0 @@
-#ifndef TB_CONFIG_H
-#define TB_CONFIG_H
-
-// version
-#define TB_CONFIG_VERSION "1.5.3"
-#define TB_CONFIG_VERSION_MAJOR 1
-#define TB_CONFIG_VERSION_MINOR 5
-#define TB_CONFIG_VERSION_ALTER 3
-#define TB_CONFIG_VERSION_BUILD 201608031402
-
-// defines
-#define TB_CONFIG_OS_LINUX 1
-#define _GNU_SOURCE 1
-#define _REENTRANT 1
-#define TB_CONFIG_SMALL 1
-#define TB_CONFIG_TYPE_HAVE_FLOAT 1
-#define TB_CONFIG_POSIX_HAVE_POSIX_SPAWNP 1
-#define TB_CONFIG_LIBC_HAVE_MKTIME 1
-#define TB_CONFIG_LIBM_HAVE_ACOS 1
-#define TB_CONFIG_POSIX_HAVE_SOCKET 1
-#define TB_CONFIG_LIBC_HAVE_SETLOCALE 1
-#define TB_CONFIG_POSIX_HAVE_POLL 1
-#define TB_CONFIG_LIBC_HAVE_KILL 1
-#define TB_CONFIG_POSIX_HAVE_PWRITEV 1
-#define TB_CONFIG_LIBM_HAVE_ATAN2 1
-#define TB_CONFIG_POSIX_HAVE_SCHED_YIELD 1
-#define TB_CONFIG_LIBC_HAVE_STRLEN 1
-#define TB_CONFIG_LIBC_HAVE_WCSCMP 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCAT 1
-#define TB_CONFIG_POSIX_HAVE_EXECVP 1
-#define TB_CONFIG_POSIX_HAVE_FORK 1
-#define TB_CONFIG_POSIX_HAVE_GETIFADDRS 1
-#define TB_CONFIG_POSIX_HAVE_FDATASYNC 1
-#define TB_CONFIG_POSIX_HAVE_DLOPEN 1
-#define TB_CONFIG_POSIX_HAVE_REGEXEC 1
-#define TB_CONFIG_POSIX_HAVE_VFORK 1
-#define TB_CONFIG_LIBC_HAVE_STRCAT 1
-#define TB_CONFIG_LIBC_HAVE_WCSSTR 1
-#define TB_CONFIG_LIBC_HAVE_WCSCAT 1
-#define TB_CONFIG_LIBM_HAVE_POW 1
-#define TB_CONFIG_LIBC_HAVE_MEMCPY 1
-#define TB_CONFIG_LIBM_HAVE_SQRTF 1
-#define TB_CONFIG_LIBC_HAVE_WCSNLEN 1
-#define TB_CONFIG_LIBM_HAVE_ACOSF 1
-#define TB_CONFIG_POSIX_HAVE_OPEN 1
-#define TB_CONFIG_LIBC_HAVE_STRNLEN 1
-#define TB_CONFIG_LIBC_HAVE_RANDOM 1
-#define TB_CONFIG_LIBM_HAVE_ATANF 1
-#define TB_CONFIG_LIBC_HAVE_STRNCAT 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCPY 1
-#define TB_CONFIG_LIBC_HAVE_GMTIME 1
-#define TB_CONFIG_LIBM_HAVE_TAN 1
-#define TB_CONFIG_LIBM_HAVE_POWF 1
-#define TB_CONFIG_LIBM_HAVE_SINF 1
-#define TB_CONFIG_LIBM_HAVE_ATAN 1
-#define TB_CONFIG_LIBC_HAVE_STRNCMP 1
-#define TB_CONFIG_LIBC_HAVE_MEMMOVE 1
-#define TB_CONFIG_LIBC_HAVE_STRNCASECMP 1
-#define TB_CONFIG_POSIX_HAVE_PREADV 1
-#define TB_CONFIG_LIBC_HAVE_WCSCPY 1
-#define TB_CONFIG_LIBM_HAVE_SQRT 1
-#define TB_CONFIG_LIBC_HAVE_STRCMP 1
-#define TB_CONFIG_LIBC_HAVE_STRCASECMP 1
-#define TB_CONFIG_LIBC_HAVE_MEMSET 1
-#define TB_CONFIG_LIBC_HAVE_FPUTS 1
-#define TB_CONFIG_LIBM_HAVE_TANF 1
-#define TB_CONFIG_LIBC_HAVE_STRNCPY 1
-#define TB_CONFIG_LIBC_HAVE_LOCALTIME 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCASECMP 1
-#define TB_CONFIG_LIBC_HAVE_STRCPY 1
-#define TB_CONFIG_POSIX_HAVE_SEM_INIT 1
-#define TB_CONFIG_SYSTEMV_HAVE_SEMGET 1
-#define TB_CONFIG_POSIX_HAVE_WAITPID 1
-#define TB_CONFIG_POSIX_HAVE_EPOLL_WAIT 1
-#define TB_CONFIG_POSIX_HAVE_EPOLL_CREATE 1
-#define TB_CONFIG_LIBC_HAVE_GETTIMEOFDAY 1
-#define TB_CONFIG_LIBM_HAVE_ATAN2F 1
-#define TB_CONFIG_LIBC_HAVE_STRSTR 1
-#define TB_CONFIG_POSIX_HAVE_SENDFILE 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCMP 1
-#define TB_CONFIG_POSIX_HAVE_WRITEV 1
-#define TB_CONFIG_LIBM_HAVE_LOG2 1
-#define TB_CONFIG_LIBM_HAVE_COS 1
-#define TB_CONFIG_POSIX_HAVE_READV 1
-#define TB_CONFIG_POSIX_HAVE_PTHREAD_MUTEX_INIT 1
-#define TB_CONFIG_LIBM_HAVE_FMODF 1
-#define TB_CONFIG_MODULE_HAVE_HASH 1
-#define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1
-#define TB_CONFIG_LIBM_HAVE_FMOD 1
-#define TB_CONFIG_LIBC_HAVE_MEMCMP 1
-#define TB_CONFIG_POSIX_HAVE_REGCOMP 1
-#define TB_CONFIG_POSIX_HAVE_SYSCONF 1
-#define TB_CONFIG_POSIX_HAVE_GETPAGESIZE 1
-#define TB_CONFIG_POSIX_HAVE_GETHOSTNAME 1
-#define TB_CONFIG_POSIX_HAVE_OPENDIR 1
-#define TB_CONFIG_LIBM_HAVE_SIN 1
-#define TB_CONFIG_LIBM_HAVE_COSF 1
-#define TB_CONFIG_LIBM_HAVE_EXP 1
-#define TB_CONFIG_POSIX_HAVE_PTHREAD_CREATE 1
-#define TB_CONFIG_LIBM_HAVE_ASIN 1
-#define TB_CONFIG_LIBM_HAVE_EXPF 1
-#define TB_CONFIG_LIBC_HAVE_WCSLEN 1
-#define TB_CONFIG_MODULE_HAVE_THREAD 1
-#define TB_CONFIG_MODULE_HAVE_NETWORK 1
-#define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1
-#define TB_CONFIG_LIBC_HAVE_WCSCASECMP 1
-#define TB_CONFIG_LIBM_HAVE_ASINF 1
-#define TB_CONFIG_LIBC_HAVE_SIGSETJMP 1
-#define TB_CONFIG_LIBM_HAVE_LOG2F 1
-#define TB_CONFIG_LIBC_HAVE_SRANDOM 1
-#define TB_CONFIG_LIBC_HAVE_SETJMP 1
-#define TB_CONFIG_LIBC_HAVE_SIGNAL 1
-#define TB_CONFIG_LIBC_HAVE_BACKTRACE 1
-
-// undefines
-#undef TB_CONFIG_TRACE_INFO_ONLY
-#undef TB_CONFIG_EXCEPTION_ENABLE
-#undef TB_CONFIG_MEMORY_UNALIGNED_ACCESS_ENABLE
-
-#endif
diff --git a/core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h b/core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h
deleted file mode 100755
index 24e3f1851..000000000
--- a/core/pkg/tbox.pkg/inc/linux/x86/tbox.config.h
+++ /dev/null
@@ -1,120 +0,0 @@
-#ifndef TB_CONFIG_H
-#define TB_CONFIG_H
-
-// version
-#define TB_CONFIG_VERSION "1.5.3"
-#define TB_CONFIG_VERSION_MAJOR 1
-#define TB_CONFIG_VERSION_MINOR 5
-#define TB_CONFIG_VERSION_ALTER 3
-#define TB_CONFIG_VERSION_BUILD 201608031359
-
-// defines
-#define TB_CONFIG_OS_LINUX 1
-#define _GNU_SOURCE 1
-#define _REENTRANT 1
-#define TB_CONFIG_SMALL 1
-#define TB_CONFIG_TYPE_HAVE_FLOAT 1
-#define TB_CONFIG_POSIX_HAVE_POSIX_SPAWNP 1
-#define TB_CONFIG_LIBC_HAVE_MKTIME 1
-#define TB_CONFIG_LIBM_HAVE_ACOS 1
-#define TB_CONFIG_POSIX_HAVE_SOCKET 1
-#define TB_CONFIG_LIBC_HAVE_SETLOCALE 1
-#define TB_CONFIG_POSIX_HAVE_POLL 1
-#define TB_CONFIG_LIBC_HAVE_KILL 1
-#define TB_CONFIG_POSIX_HAVE_PWRITEV 1
-#define TB_CONFIG_LIBM_HAVE_ATAN2 1
-#define TB_CONFIG_POSIX_HAVE_SCHED_YIELD 1
-#define TB_CONFIG_LIBC_HAVE_STRLEN 1
-#define TB_CONFIG_LIBC_HAVE_WCSCMP 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCAT 1
-#define TB_CONFIG_POSIX_HAVE_EXECVP 1
-#define TB_CONFIG_POSIX_HAVE_FORK 1
-#define TB_CONFIG_POSIX_HAVE_GETIFADDRS 1
-#define TB_CONFIG_POSIX_HAVE_FDATASYNC 1
-#define TB_CONFIG_POSIX_HAVE_DLOPEN 1
-#define TB_CONFIG_POSIX_HAVE_REGEXEC 1
-#define TB_CONFIG_POSIX_HAVE_VFORK 1
-#define TB_CONFIG_LIBC_HAVE_STRCAT 1
-#define TB_CONFIG_LIBC_HAVE_WCSSTR 1
-#define TB_CONFIG_LIBC_HAVE_WCSCAT 1
-#define TB_CONFIG_LIBM_HAVE_POW 1
-#define TB_CONFIG_LIBC_HAVE_MEMCPY 1
-#define TB_CONFIG_LIBM_HAVE_SQRTF 1
-#define TB_CONFIG_LIBC_HAVE_WCSNLEN 1
-#define TB_CONFIG_LIBM_HAVE_ACOSF 1
-#define TB_CONFIG_POSIX_HAVE_OPEN 1
-#define TB_CONFIG_LIBC_HAVE_STRNLEN 1
-#define TB_CONFIG_LIBC_HAVE_RANDOM 1
-#define TB_CONFIG_LIBM_HAVE_ATANF 1
-#define TB_CONFIG_LIBC_HAVE_STRNCAT 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCPY 1
-#define TB_CONFIG_LIBC_HAVE_GMTIME 1
-#define TB_CONFIG_LIBM_HAVE_TAN 1
-#define TB_CONFIG_LIBM_HAVE_POWF 1
-#define TB_CONFIG_LIBM_HAVE_SINF 1
-#define TB_CONFIG_LIBM_HAVE_ATAN 1
-#define TB_CONFIG_LIBC_HAVE_STRNCMP 1
-#define TB_CONFIG_LIBC_HAVE_MEMMOVE 1
-#define TB_CONFIG_LIBC_HAVE_STRNCASECMP 1
-#define TB_CONFIG_POSIX_HAVE_PREADV 1
-#define TB_CONFIG_LIBC_HAVE_WCSCPY 1
-#define TB_CONFIG_LIBM_HAVE_SQRT 1
-#define TB_CONFIG_LIBC_HAVE_STRCMP 1
-#define TB_CONFIG_LIBC_HAVE_STRCASECMP 1
-#define TB_CONFIG_LIBC_HAVE_MEMSET 1
-#define TB_CONFIG_LIBC_HAVE_FPUTS 1
-#define TB_CONFIG_LIBM_HAVE_TANF 1
-#define TB_CONFIG_LIBC_HAVE_STRNCPY 1
-#define TB_CONFIG_LIBC_HAVE_LOCALTIME 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCASECMP 1
-#define TB_CONFIG_LIBC_HAVE_STRCPY 1
-#define TB_CONFIG_POSIX_HAVE_SEM_INIT 1
-#define TB_CONFIG_SYSTEMV_HAVE_SEMGET 1
-#define TB_CONFIG_POSIX_HAVE_WAITPID 1
-#define TB_CONFIG_POSIX_HAVE_EPOLL_WAIT 1
-#define TB_CONFIG_POSIX_HAVE_EPOLL_CREATE 1
-#define TB_CONFIG_LIBC_HAVE_GETTIMEOFDAY 1
-#define TB_CONFIG_LIBM_HAVE_ATAN2F 1
-#define TB_CONFIG_LIBC_HAVE_STRSTR 1
-#define TB_CONFIG_POSIX_HAVE_SENDFILE 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCMP 1
-#define TB_CONFIG_POSIX_HAVE_WRITEV 1
-#define TB_CONFIG_LIBM_HAVE_LOG2 1
-#define TB_CONFIG_LIBM_HAVE_COS 1
-#define TB_CONFIG_POSIX_HAVE_READV 1
-#define TB_CONFIG_POSIX_HAVE_PTHREAD_MUTEX_INIT 1
-#define TB_CONFIG_LIBM_HAVE_FMODF 1
-#define TB_CONFIG_MODULE_HAVE_HASH 1
-#define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1
-#define TB_CONFIG_LIBM_HAVE_FMOD 1
-#define TB_CONFIG_LIBC_HAVE_MEMCMP 1
-#define TB_CONFIG_POSIX_HAVE_REGCOMP 1
-#define TB_CONFIG_POSIX_HAVE_SYSCONF 1
-#define TB_CONFIG_POSIX_HAVE_GETPAGESIZE 1
-#define TB_CONFIG_POSIX_HAVE_GETHOSTNAME 1
-#define TB_CONFIG_POSIX_HAVE_OPENDIR 1
-#define TB_CONFIG_LIBM_HAVE_SIN 1
-#define TB_CONFIG_LIBM_HAVE_COSF 1
-#define TB_CONFIG_LIBM_HAVE_EXP 1
-#define TB_CONFIG_POSIX_HAVE_PTHREAD_CREATE 1
-#define TB_CONFIG_LIBM_HAVE_ASIN 1
-#define TB_CONFIG_LIBM_HAVE_EXPF 1
-#define TB_CONFIG_LIBC_HAVE_WCSLEN 1
-#define TB_CONFIG_MODULE_HAVE_THREAD 1
-#define TB_CONFIG_MODULE_HAVE_NETWORK 1
-#define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1
-#define TB_CONFIG_LIBC_HAVE_WCSCASECMP 1
-#define TB_CONFIG_LIBM_HAVE_ASINF 1
-#define TB_CONFIG_LIBC_HAVE_SIGSETJMP 1
-#define TB_CONFIG_LIBM_HAVE_LOG2F 1
-#define TB_CONFIG_LIBC_HAVE_SRANDOM 1
-#define TB_CONFIG_LIBC_HAVE_SETJMP 1
-#define TB_CONFIG_LIBC_HAVE_SIGNAL 1
-#define TB_CONFIG_LIBC_HAVE_BACKTRACE 1
-
-// undefines
-#undef TB_CONFIG_TRACE_INFO_ONLY
-#undef TB_CONFIG_EXCEPTION_ENABLE
-#undef TB_CONFIG_MEMORY_UNALIGNED_ACCESS_ENABLE
-
-#endif
diff --git a/core/pkg/tbox.pkg/inc/mac/x64/tbox.config.h b/core/pkg/tbox.pkg/inc/mac/x64/tbox.config.h
deleted file mode 100755
index da1a2fa56..000000000
--- a/core/pkg/tbox.pkg/inc/mac/x64/tbox.config.h
+++ /dev/null
@@ -1,118 +0,0 @@
-#ifndef TB_CONFIG_H
-#define TB_CONFIG_H
-
-// version
-#define TB_CONFIG_VERSION "1.5.3"
-#define TB_CONFIG_VERSION_MAJOR 1
-#define TB_CONFIG_VERSION_MINOR 5
-#define TB_CONFIG_VERSION_ALTER 3
-#define TB_CONFIG_VERSION_BUILD 201608031341
-
-// defines
-#define TB_CONFIG_OS_MACOSX 1
-#define _GNU_SOURCE 1
-#define _REENTRANT 1
-#define TB_CONFIG_SMALL 1
-#define TB_CONFIG_TYPE_HAVE_FLOAT 1
-#define TB_CONFIG_POSIX_HAVE_POSIX_SPAWNP 1
-#define TB_CONFIG_LIBC_HAVE_MKTIME 1
-#define TB_CONFIG_LIBM_HAVE_ACOS 1
-#define TB_CONFIG_POSIX_HAVE_SOCKET 1
-#define TB_CONFIG_LIBC_HAVE_SETLOCALE 1
-#define TB_CONFIG_POSIX_HAVE_POLL 1
-#define TB_CONFIG_LIBC_HAVE_KILL 1
-#define TB_CONFIG_LIBC_HAVE_BACKTRACE 1
-#define TB_CONFIG_POSIX_HAVE_SCHED_YIELD 1
-#define TB_CONFIG_LIBC_HAVE_STRLEN 1
-#define TB_CONFIG_LIBC_HAVE_WCSCMP 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCAT 1
-#define TB_CONFIG_POSIX_HAVE_EXECVP 1
-#define TB_CONFIG_POSIX_HAVE_FORK 1
-#define TB_CONFIG_POSIX_HAVE_GETIFADDRS 1
-#define TB_CONFIG_POSIX_HAVE_DLOPEN 1
-#define TB_CONFIG_POSIX_HAVE_REGEXEC 1
-#define TB_CONFIG_POSIX_HAVE_VFORK 1
-#define TB_CONFIG_LIBC_HAVE_STRCAT 1
-#define TB_CONFIG_LIBC_HAVE_WCSSTR 1
-#define TB_CONFIG_LIBC_HAVE_WCSCAT 1
-#define TB_CONFIG_LIBM_HAVE_POW 1
-#define TB_CONFIG_LIBC_HAVE_MEMCPY 1
-#define TB_CONFIG_LIBM_HAVE_SQRTF 1
-#define TB_CONFIG_LIBC_HAVE_WCSNLEN 1
-#define TB_CONFIG_LIBM_HAVE_ACOSF 1
-#define TB_CONFIG_POSIX_HAVE_OPEN 1
-#define TB_CONFIG_LIBC_HAVE_STRNLEN 1
-#define TB_CONFIG_LIBC_HAVE_RANDOM 1
-#define TB_CONFIG_LIBM_HAVE_ATANF 1
-#define TB_CONFIG_LIBC_HAVE_STRNCAT 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCPY 1
-#define TB_CONFIG_LIBC_HAVE_GMTIME 1
-#define TB_CONFIG_LIBM_HAVE_TAN 1
-#define TB_CONFIG_LIBM_HAVE_POWF 1
-#define TB_CONFIG_LIBM_HAVE_SINF 1
-#define TB_CONFIG_MODULE_HAVE_NETWORK 1
-#define TB_CONFIG_LIBC_HAVE_STRNCMP 1
-#define TB_CONFIG_LIBC_HAVE_MEMMOVE 1
-#define TB_CONFIG_LIBC_HAVE_STRNCASECMP 1
-#define TB_CONFIG_LIBC_HAVE_STRLCPY 1
-#define TB_CONFIG_LIBC_HAVE_WCSCPY 1
-#define TB_CONFIG_LIBM_HAVE_SQRT 1
-#define TB_CONFIG_LIBC_HAVE_STRCMP 1
-#define TB_CONFIG_LIBC_HAVE_STRCASECMP 1
-#define TB_CONFIG_LIBC_HAVE_MEMSET 1
-#define TB_CONFIG_LIBC_HAVE_FPUTS 1
-#define TB_CONFIG_LIBM_HAVE_TANF 1
-#define TB_CONFIG_LIBC_HAVE_STRNCPY 1
-#define TB_CONFIG_LIBC_HAVE_LOCALTIME 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCASECMP 1
-#define TB_CONFIG_LIBC_HAVE_STRCPY 1
-#define TB_CONFIG_LIBC_HAVE_WCSLCPY 1
-#define TB_CONFIG_SYSTEMV_HAVE_SEMGET 1
-#define TB_CONFIG_POSIX_HAVE_WAITPID 1
-#define TB_CONFIG_POSIX_HAVE_WRITEV 1
-#define TB_CONFIG_POSIX_HAVE_READV 1
-#define TB_CONFIG_LIBC_HAVE_GETTIMEOFDAY 1
-#define TB_CONFIG_LIBC_HAVE_SIGNAL 1
-#define TB_CONFIG_LIBC_HAVE_STRSTR 1
-#define TB_CONFIG_POSIX_HAVE_REGCOMP 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCMP 1
-#define TB_CONFIG_POSIX_HAVE_SYSCONF 1
-#define TB_CONFIG_LIBM_HAVE_LOG2 1
-#define TB_CONFIG_LIBM_HAVE_COS 1
-#define TB_CONFIG_POSIX_HAVE_GETPAGESIZE 1
-#define TB_CONFIG_POSIX_HAVE_PTHREAD_MUTEX_INIT 1
-#define TB_CONFIG_LIBM_HAVE_FMODF 1
-#define TB_CONFIG_MODULE_HAVE_HASH 1
-#define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1
-#define TB_CONFIG_LIBM_HAVE_FMOD 1
-#define TB_CONFIG_LIBC_HAVE_MEMCMP 1
-#define TB_CONFIG_POSIX_HAVE_SEM_INIT 1
-#define TB_CONFIG_POSIX_HAVE_GETHOSTNAME 1
-#define TB_CONFIG_POSIX_HAVE_OPENDIR 1
-#define TB_CONFIG_LIBM_HAVE_ATAN2F 1
-#define TB_CONFIG_LIBM_HAVE_ATAN2 1
-#define TB_CONFIG_LIBM_HAVE_EXP 1
-#define TB_CONFIG_LIBM_HAVE_SIN 1
-#define TB_CONFIG_LIBM_HAVE_COSF 1
-#define TB_CONFIG_POSIX_HAVE_PTHREAD_CREATE 1
-#define TB_CONFIG_LIBM_HAVE_ASIN 1
-#define TB_CONFIG_LIBM_HAVE_EXPF 1
-#define TB_CONFIG_LIBM_HAVE_ATAN 1
-#define TB_CONFIG_LIBM_HAVE_ASINF 1
-#define TB_CONFIG_MODULE_HAVE_THREAD 1
-#define TB_CONFIG_LIBC_HAVE_MEMMEM 1
-#define TB_CONFIG_LIBC_HAVE_WCSCASECMP 1
-#define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1
-#define TB_CONFIG_LIBC_HAVE_SIGSETJMP 1
-#define TB_CONFIG_LIBM_HAVE_LOG2F 1
-#define TB_CONFIG_LIBC_HAVE_SRANDOM 1
-#define TB_CONFIG_LIBC_HAVE_SETJMP 1
-#define TB_CONFIG_LIBC_HAVE_STRCASESTR 1
-#define TB_CONFIG_LIBC_HAVE_WCSLEN 1
-
-// undefines
-#undef TB_CONFIG_TRACE_INFO_ONLY
-#undef TB_CONFIG_EXCEPTION_ENABLE
-#undef TB_CONFIG_MEMORY_UNALIGNED_ACCESS_ENABLE
-
-#endif
diff --git a/core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h b/core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h
deleted file mode 100644
index 3621ae4e2..000000000
--- a/core/pkg/tbox.pkg/inc/msvc/x86/tbox.config.h
+++ /dev/null
@@ -1,68 +0,0 @@
-#ifndef TB_CONFIG_H
-#define TB_CONFIG_H
-
-// version
-#define TB_CONFIG_VERSION "1.5.3"
-#define TB_CONFIG_VERSION_MAJOR 1
-#define TB_CONFIG_VERSION_MINOR 5
-#define TB_CONFIG_VERSION_ALTER 3
-#define TB_CONFIG_VERSION_BUILD 201608031342
-
-// defines
-#define TB_CONFIG_OS_WINDOWS 1
-#define _GNU_SOURCE 1
-#define _REENTRANT 1
-#define TB_CONFIG_SMALL 1
-#define TB_CONFIG_TYPE_HAVE_FLOAT 1
-#define TB_CONFIG_LIBC_HAVE_MEMMOVE 1
-#define TB_CONFIG_LIBC_HAVE_MKTIME 1
-#define TB_CONFIG_LIBM_HAVE_ACOS 1
-#define TB_CONFIG_LIBC_HAVE_SETLOCALE 1
-#define TB_CONFIG_LIBC_HAVE_WCSCPY 1
-#define TB_CONFIG_LIBM_HAVE_SQRT 1
-#define TB_CONFIG_LIBC_HAVE_STRCMP 1
-#define TB_CONFIG_LIBM_HAVE_ATAN2 1
-#define TB_CONFIG_LIBC_HAVE_MEMSET 1
-#define TB_CONFIG_LIBC_HAVE_WCSLEN 1
-#define TB_CONFIG_LIBC_HAVE_STRNCPY 1
-#define TB_CONFIG_LIBC_HAVE_LOCALTIME 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCAT 1
-#define TB_CONFIG_LIBC_HAVE_STRCPY 1
-#define TB_CONFIG_LIBC_HAVE_SIGNAL 1
-#define TB_CONFIG_LIBC_HAVE_STRSTR 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCMP 1
-#define TB_CONFIG_LIBC_HAVE_MBSTOWCS 1
-#define TB_CONFIG_LIBC_HAVE_WCSSTR 1
-#define TB_CONFIG_LIBC_HAVE_WCSCAT 1
-#define TB_CONFIG_LIBM_HAVE_POW 1
-#define TB_CONFIG_LIBC_HAVE_MEMCPY 1
-#define TB_CONFIG_MODULE_HAVE_HASH 1
-#define TB_CONFIG_LIBC_HAVE_WCSTOMBS 1
-#define TB_CONFIG_LIBC_HAVE_WCSNLEN 1
-#define TB_CONFIG_LIBC_HAVE_MEMCMP 1
-#define TB_CONFIG_LIBM_HAVE_EXP 1
-#define TB_CONFIG_LIBC_HAVE_STRNLEN 1
-#define TB_CONFIG_LIBM_HAVE_SIN 1
-#define TB_CONFIG_LIBM_HAVE_COS 1
-#define TB_CONFIG_LIBM_HAVE_ATAN 1
-#define TB_CONFIG_LIBM_HAVE_ASIN 1
-#define TB_CONFIG_LIBC_HAVE_SETJMP 1
-#define TB_CONFIG_LIBC_HAVE_STRNCAT 1
-#define TB_CONFIG_LIBC_HAVE_WCSNCPY 1
-#define TB_CONFIG_LIBM_HAVE_FMOD 1
-#define TB_CONFIG_LIBC_HAVE_GMTIME 1
-#define TB_CONFIG_LIBC_HAVE_FPUTS 1
-#define TB_CONFIG_LIBM_HAVE_TAN 1
-#define TB_CONFIG_LIBC_HAVE_STRCAT 1
-#define TB_CONFIG_LIBC_HAVE_STRLEN 1
-#define TB_CONFIG_MODULE_HAVE_NETWORK 1
-#define TB_CONFIG_MODULE_HAVE_THREAD 1
-#define TB_CONFIG_LIBC_HAVE_WCSCMP 1
-#define TB_CONFIG_LIBC_HAVE_STRNCMP 1
-
-// undefines
-#undef TB_CONFIG_TRACE_INFO_ONLY
-#undef TB_CONFIG_EXCEPTION_ENABLE
-#undef TB_CONFIG_MEMORY_UNALIGNED_ACCESS_ENABLE
-
-#endif
diff --git a/core/pkg/tbox.pkg/lib/linux/i386/libtbox.a b/core/pkg/tbox.pkg/lib/linux/i386/libtbox.a
new file mode 100755
index 000000000..0f1a119f2
--- /dev/null
+++ b/core/pkg/tbox.pkg/lib/linux/i386/libtbox.a
Binary files differ
diff --git a/core/pkg/tbox.pkg/lib/linux/x86_64/libtbox.a b/core/pkg/tbox.pkg/lib/linux/x86_64/libtbox.a
new file mode 100755
index 000000000..94a5c2097
--- /dev/null
+++ b/core/pkg/tbox.pkg/lib/linux/x86_64/libtbox.a
Binary files differ
diff --git a/core/pkg/tbox.pkg/lib/macosx/x86_64/libtbox.a b/core/pkg/tbox.pkg/lib/macosx/x86_64/libtbox.a
new file mode 100755
index 000000000..107afe4ee
--- /dev/null
+++ b/core/pkg/tbox.pkg/lib/macosx/x86_64/libtbox.a
Binary files differ
diff --git a/core/pkg/tbox.pkg/lib/windows/x86/tbox.lib b/core/pkg/tbox.pkg/lib/windows/x86/tbox.lib
new file mode 100644
index 000000000..c27b4af7d
--- /dev/null
+++ b/core/pkg/tbox.pkg/lib/windows/x86/tbox.lib
Binary files differ