[SDK] Reorganize header files

This commit is contained in:
2024-08-08 15:27:44 -04:00
parent e48262d4d7
commit 120277161c
9 changed files with 90 additions and 58 deletions

View File

@@ -25,11 +25,11 @@ project("CRT")
kind("StaticLib")
location("SDK/CRT")
includedirs({ "SDK/CRT/INC" })
includedirs({ "SDK/INC/CRT" })
objdir("BUILD/SDK/CRT")
targetdir("BUILD/SDK")
targetname("crt")
files({ "SDK/CRT/INC/**.h", "SDK/CRT/**.c" })
files({ "SDK/INC/CRT/**.h", "SDK/CRT/**.c" })
--[[
project("BOOT")