[SDK:RTL] Add RtlInitUnicodeString() and RtlGUIDFromString()
This commit is contained in:
12
premake5.lua
12
premake5.lua
@@ -31,11 +31,21 @@ project("CRT")
|
||||
targetname("crt")
|
||||
files({ "SDK/INC/CRT/**.h", "SDK/CRT/**.c" })
|
||||
|
||||
project("RTL")
|
||||
kind("StaticLib")
|
||||
location("SDK/RTL")
|
||||
|
||||
includedirs({ "SDK/INC/CRT", "SDK/INC/NT" })
|
||||
objdir("BUILD/SDK/RTL")
|
||||
targetdir("BUILD/SDK")
|
||||
targetname("rtl")
|
||||
files({ "SDK/INC/NT/ntrtl.h", "SDK/RTL/**.c" })
|
||||
|
||||
--[[
|
||||
project("BOOT")
|
||||
kind("ConsoleApp")
|
||||
|
||||
includedirs({ "BOOT/ENVIRON/INC", "SDK/INC/CRT" })
|
||||
includedirs({ "BOOT/ENVIRON/INC", "SDK/INC" })
|
||||
objdir("BUILD/BOOT")
|
||||
targetdir("BUILD/BOOT")
|
||||
files({ "BOOT/ENVIRON/INC/**.h", "BOOT/ENVIRON/**.c" })
|
||||
|
Reference in New Issue
Block a user