summaryrefslogtreecommitdiff
path: root/core/pkg/base.pkg
diff options
context:
space:
mode:
authorruki <[email protected]>2015-12-11 11:49:34 +0800
committerruki <[email protected]>2015-12-11 11:49:34 +0800
commitfae8f4057377fee825defedc57c63f953bc832bb (patch)
treea9f7f1f7c4a1ed679a1f5e1f038a3abdc6b9de7d /core/pkg/base.pkg
parent2890ded4a7baa898fd5dc5f5b478f7cf41ab1f1d (diff)
remove jcat
Diffstat (limited to 'core/pkg/base.pkg')
-rwxr-xr-xcore/pkg/base.pkg/manifest.json105
1 files changed, 0 insertions, 105 deletions
diff --git a/core/pkg/base.pkg/manifest.json b/core/pkg/base.pkg/manifest.json
deleted file mode 100755
index 6021e291d..000000000
--- a/core/pkg/base.pkg/manifest.json
+++ /dev/null
@@ -1,105 +0,0 @@
-{
- "format":
- {
- "name": "The TBOOX Package Format"
- , "version": "v1.0.1"
- , "website": "http://www.tboox.org"
- }
-
-, "package":
- {
- "name": "The Base Library"
- }
-
-, "compiler":
- {
- "mac":
- {
- "x64":
- {
- "debug":
- {
- "libs": "m dl pthread"
- , "libpath": "/usr/local/lib"
- , "incpath": ""
- , "libflags": ""
- , "incflags": ""
- }
- , "release": "$.compiler.mac.x64.debug"
- }
- , "x86": "$.compiler.mac.x64"
- }
-
- , "msvc":
- {
- "x86":
- {
- "debug":
- {
- "libs": "ws2_32"
- }
- , "release": "$.compiler.msvc.x86.debug"
- }
- }
-
- , "cygwin":
- {
- "x86":
- {
- "debug":
- {
- "libs": "ws2_32 m dl pthread"
- }
- , "release": "$.compiler.cygwin.x86.debug"
- }
- }
-
- , "mingw": "$.compiler.msvc"
-
- , "android":
- {
- "armv5te":
- {
- "debug":
- {
- "libs": "stdc++ log gcc c m dl"
- }
- , "release": "$.compiler.android.armv5te.debug"
- }
-
- , "armv6": "$.compiler.android.armv5te"
- , "armv7": "$.compiler.android.armv5te"
- }
-
- , "ios":
- {
- "armv6":
- {
- "debug":
- {
- "libs": "stdc++ m dl pthread"
- , "libflags": "-framework UIKit"
- }
- , "release": "$.compiler.ios.armv6.debug"
- }
-
- , "armv7": "$.compiler.ios.armv6"
- , "armv7s": "$.compiler.ios.armv6"
- , "arm64": "$.compiler.ios.armv6"
- }
-
- , "linux":
- {
- "x86":
- {
- "debug":
- {
- "libs": "rt m dl pthread"
- }
- , "release": "$.compiler.linux.x86.debug"
- }
-
- , "x64": "$.compiler.linux.x86"
- }
- }
-}