From 83d870e58457a1d335a1d9b9966a6a1887cc297b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 24 Nov 2025 03:02:43 +0100 Subject: feat! breaking changes on kernel sources. Signed-off-by: Amlal El Mahrouss --- docs/STANDARD_FWRK.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'docs/STANDARD_FWRK.md') diff --git a/docs/STANDARD_FWRK.md b/docs/STANDARD_FWRK.md index 1411fe5e..8bc1444c 100644 --- a/docs/STANDARD_FWRK.md +++ b/docs/STANDARD_FWRK.md @@ -41,7 +41,7 @@ The JSON manifest file defines the build configuration, compilation flags, and m - **`headers_path`** (array): Array of header search paths (relative to framework) - Include paths for finding dependencies and kernel interfaces - - Example: `["./", "../../../dev/kernel", "../../../public/frameworks/", "../../../dev/"]` + - Example: `["./", "../../../src/kernel", "../../../public/frameworks/", "../../../src/"]` - **`sources_path`** (array): Array of source file globs to compile - Example: `["src/*.cc"]` @@ -62,7 +62,7 @@ The JSON manifest file defines the build configuration, compilation flags, and m { "compiler_path": "x86_64-w64-mingw32-g++", "compiler_std": "c++20", - "headers_path": ["../", "./", "../../../dev", "../../../dev/kernel"], + "headers_path": ["../", "./", "../../../dev", "../../../src/kernel"], "sources_path": ["src/*.cc"], "output_name": "./dist/libCoreFoundation.fwrk.dylib", "compiler_flags": [ -- cgit v1.2.3