diff options
Diffstat (limited to 'Private/NewBoot/Source')
| -rw-r--r-- | Private/NewBoot/Source/makefile | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Private/NewBoot/Source/makefile b/Private/NewBoot/Source/makefile index b6eb80b0..50259398 100644 --- a/Private/NewBoot/Source/makefile +++ b/Private/NewBoot/Source/makefile @@ -3,17 +3,17 @@ # This is the bootloader makefile. ################################################## -CC_GNU=x86_64-w64-mingw32-g++.exe -LD_GNU=x86_64-w64-mingw32-ld.exe +CC_GNU=x86_64-w64-mingw32-g++ +LD_GNU=x86_64-w64-mingw32-ld -WINDRES=x86_64-w64-mingw32-windres.exe +WINDRES=x86_64-w64-mingw32-windres ADD_FILE=touch COPY=cp HTTP_GET=wget ifeq ($(shell uname), Windows_NT) -EMU=qemu-system-x86_64w.exe +EMU=qemu-system-x86_64w else EMU=qemu-system-x86_64 endif |
