diff options
Diffstat (limited to 'Public/Kits/System.Graphics')
| -rw-r--r-- | Public/Kits/System.Graphics/Core.cxx | 2 | ||||
| -rw-r--r-- | Public/Kits/System.Graphics/Makefile | 8 |
2 files changed, 5 insertions, 5 deletions
diff --git a/Public/Kits/System.Graphics/Core.cxx b/Public/Kits/System.Graphics/Core.cxx index 9a218f88..9a4ef7a7 100644 --- a/Public/Kits/System.Graphics/Core.cxx +++ b/Public/Kits/System.Graphics/Core.cxx @@ -2,7 +2,7 @@ Copyright Mahrouss Logic - File: Core.cpp + File: Core.cxx Purpose: Revision History: diff --git a/Public/Kits/System.Graphics/Makefile b/Public/Kits/System.Graphics/Makefile index c049857f..1530f699 100644 --- a/Public/Kits/System.Graphics/Makefile +++ b/Public/Kits/System.Graphics/Makefile @@ -1,5 +1,5 @@ ################################################## -# ; (C) Mahrouss Logic, 2024, all rights reserved. +# (C) Mahrouss Logic, 2024, all rights reserved. # This is the System.Graphics Makefile. ################################################## @@ -7,12 +7,12 @@ CC=x86_64-w64-mingw32-g++ CCFLAGS=-shared -ffreestanding -fno-rtti -fno-exceptions -std=c++20 OUTPUT=System.Graphics.dll -.PHONY: build-gkit -build-gkit: +.PHONY: build-gfx +build-gfx: $(CC) -I../ -I$(HOME) -I../../../Private/ $(CCFLAGS) *.cxx -o $(OUTPUT) .PHONY: all -all: build-gkit +all: build-gfx @echo "[System.Graphics.dll] Build done." .PHONY: clean |
