diff options
| author | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-12 06:11:57 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlalelmahrouss@icloud.com> | 2024-08-12 06:12:37 +0200 |
| commit | 26965d955a6c06e15631ce84b981e643b9b06f87 (patch) | |
| tree | deaf2ce0e2ced1d2a7b1bdd40bd699e608a8c4c8 /GXKit | |
| parent | 4bc2a20e699812c397e0d9e3901d91196d8681f0 (diff) | |
[IMP] SEE BELOW.
+ Updated BTB build manifests.
+ Rename ovmf.ps1 to DownloadOVMF.ps1.
Signed-off-by: Amlal EL Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'GXKit')
| -rw-r--r-- | GXKit/build.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/GXKit/build.json b/GXKit/build.json index 824c6b1d..09b6b4d4 100644 --- a/GXKit/build.json +++ b/GXKit/build.json @@ -5,6 +5,6 @@ "sources_path": ["*.c"],
"output_name": "gx.dll",
"compiler_flags": ["-ffreestanding", "-shared", "-std=c17", " -Wl,--subsystem=17"],
- "cpp_macros": ["__NEWOSKRNL__", "__DDK_AMD64__", "cGXVersionHighest=1", "cGXVersionLowest=1"]
+ "cpp_macros": ["__NEWOSKRNL__", "__GX_AMD64__", "cGXVersionHighest=0x0100", "cGXVersionLowest=0x0100"]
}
\ No newline at end of file |
