summaryrefslogtreecommitdiffhomepage
path: root/public/frameworks
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 19:49:20 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2025-03-23 19:49:20 +0100
commit328487312fbbeb7a2cdf0b5508c74a43cdb5d499 (patch)
tree8a19721812c07a42d46c47b67dfc306642bc2f1d /public/frameworks
parent0711ecc7b775c861df179d8856af9be97944cba4 (diff)
kernel(platform): Remove AXP platform.
public(CF.fwrk): Add btb file to CF framework. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'public/frameworks')
-rw-r--r--public/frameworks/CoreFoundation.fwrk/CoreFoundation.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/public/frameworks/CoreFoundation.fwrk/CoreFoundation.json b/public/frameworks/CoreFoundation.fwrk/CoreFoundation.json
new file mode 100644
index 00000000..e8ee3245
--- /dev/null
+++ b/public/frameworks/CoreFoundation.fwrk/CoreFoundation.json
@@ -0,0 +1,22 @@
+{
+ "compiler_path": "x86_64-w64-mingw32-g++",
+ "compiler_std": "c++20",
+ "headers_path": ["../", "./", "../../../dev", "../../../dev/kernel"],
+ "sources_path": ["src/*.cc"],
+ "output_name": "./dist/libCoreFoundation.dylib",
+ "compiler_flags": [
+ "-fPIC",
+ "-ffreestanding",
+ "-shared",
+ "-fno-rtti",
+ "-fno-exceptions",
+ "-Wl,--subsystem=17"
+ ],
+ "cpp_macros": [
+ "kCFVersion=0x0100",
+ "kCFVersionHighest=0x0100",
+ "kCFVersionLowest=0x0100",
+ "__NE_AMD64__"
+ ]
+ }
+ \ No newline at end of file