add icon files generated from icons directory

Update Makefile to build clang32 launcher
This commit is contained in:
jeremyd2019 2021-10-29 15:49:29 -07:00 committed by Christoph Reiter
parent ca3dab79a1
commit c48fc7a171
3 changed files with 9 additions and 1 deletions

View File

@ -1,6 +1,6 @@
PREFIX= PREFIX=
all: msys2.exe msys2.ini mingw32.exe mingw32.ini mingw64.exe mingw64.ini ucrt64.exe ucrt64.ini clang64.exe clang64.ini all: msys2.exe msys2.ini mingw32.exe mingw32.ini mingw64.exe mingw64.ini ucrt64.exe ucrt64.ini clang64.exe clang64.ini clang32.exe clang32.ini
.PHONY: all .PHONY: all
@ -43,3 +43,11 @@ clang64.res: launcher.rc clang64.ico
$(PREFIX)windres -O COFF -o $@ $< -DMSYSTEM=CLANG64 -DICONFILE=clang64.ico $(PREFIX)windres -O COFF -o $@ $< -DMSYSTEM=CLANG64 -DICONFILE=clang64.ico
clang64.exe: launcher.c clang64.res clang64.exe: launcher.c clang64.res
$(PREFIX)gcc -std=c11 -Wall -Wextra -Werror -static -municode -mwindows -o $@ $^ $(PREFIX)gcc -std=c11 -Wall -Wextra -Werror -static -municode -mwindows -o $@ $^
clang32.ini: launcher.ini
cp -f $^ $@
echo MSYSTEM=CLANG32>> $@
clang32.res: launcher.rc clang32.ico
$(PREFIX)windres -O COFF -o $@ $< -DMSYSTEM=CLANG32 -DICONFILE=clang32.ico
clang32.exe: launcher.c clang32.res
$(PREFIX)gcc -std=c11 -Wall -Wextra -Werror -static -municode -mwindows -o $@ $^

BIN
clang32.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

BIN
clangarm64.ico Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB