Skip to content

Commit

Permalink
Add icon to msys2 build
Browse files Browse the repository at this point in the history
  • Loading branch information
MockbaTheBorg committed May 3, 2024
1 parent d69433a commit 73bba80
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 2 additions & 1 deletion RunCPM/Makefile.msys2
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,8 @@ RM = rm -f
all: $(PROG)

$(PROG): main.o
$(CC) $(OBJS) -o $(PROG) $(LDFLAGS)
windres msys2.rc -O coff -o RunCPM.res
$(CC) $(OBJS) RunCPM.res -o $(PROG) $(LDFLAGS)

main.o: main.c $(wildcard *.h) $(MFILE)
# $(LUABUILD)
Expand Down
1 change: 1 addition & 0 deletions RunCPM/msys2.rc
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
id ICON "RunCPM.ico"

0 comments on commit 73bba80

Please sign in to comment.