diff options
Diffstat (limited to 'Boot')
| -rw-r--r-- | Boot/amd64-efi.make | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Boot/amd64-efi.make b/Boot/amd64-efi.make index 12bd4941..650b1992 100644 --- a/Boot/amd64-efi.make +++ b/Boot/amd64-efi.make @@ -53,6 +53,7 @@ BOOT_LOADER=newosldr.exe KERNEL=newoskrnl.dll DDK=libDDK.dll SCI=libSCI.dll +CRT=libCRT.dll .PHONY: invalid-recipe invalid-recipe: @@ -67,6 +68,7 @@ all: compile-amd64 $(COPY) ../Kernel/$(KERNEL) Sources/Root/$(KERNEL) $(COPY) ../SCIKit/$(SCI) Sources/Root/$(SCI) $(COPY) ../DDKit/$(DDK) Sources/Root/$(DDK) + $(COPY) ../CRTKit/$(CRT) Sources/Root/$(CRT) $(COPY) Sources/$(BOOT_LOADER) Sources/Root/$(BOOT_LOADER) ifneq ($(DEBUG_SUPPORT), ) |
