diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-17 09:54:17 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-04-17 10:08:50 +0200 |
| commit | c0099ab36bf9606c5503ceb0fa0d5b64f71c7203 (patch) | |
| tree | 1c310521280e3c995981a903895c7c2e124582ee /Private/makefile | |
| parent | f93fb4439aaa865d998a790348313a4c7163bb8b (diff) | |
Unrelated: These changes are important but related to nothing.
- Window now becomes Wm, as in Window manager.
- Fix entrypoint for FragLib.
- Remove CoreEvents to be replaced with Event Server, reworked Display Server.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Private/makefile')
| -rw-r--r-- | Private/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Private/makefile b/Private/makefile index 781da4e8..412739ca 100644 --- a/Private/makefile +++ b/Private/makefile @@ -3,10 +3,10 @@ # This is the microkernel makefile. ################################################## -CC = x86_64-w64-mingw32-gcc.exe -LD = x86_64-w64-mingw32-ld.exe +CC = x86_64-w64-mingw32-gcc +LD = x86_64-w64-mingw32-ld CCFLAGS = -c -ffreestanding -D__NEWOS_AMD64__ -mgeneral-regs-only -mno-red-zone -fno-rtti -fno-exceptions -std=c++20 -D__FSKIT_NEWFS__ -D__KERNEL__ -D__HAVE_MAHROUSS_APIS__ -D__MAHROUSS__ -I../ -I./ -ASM = nasm.exe +ASM = nasm ifneq ($(ATA_PIO_SUPPORT), ) DISKDRIVER = -D__ATA_PIO__ @@ -40,7 +40,7 @@ error: @echo "Use a specific target." MOVEALL=./MoveAll.sh -WINDRES=x86_64-w64-mingw32-windres.exe +WINDRES=x86_64-w64-mingw32-windres .PHONY: newos-amd64-epm newos-amd64-epm: clean |
