quake2.exe wrapper: add icon

This commit is contained in:
Daniel Gibson 2017-12-17 06:06:33 +01:00
parent 7f8390d5f7
commit 5c4f2cc5b0
1 changed files with 2 additions and 2 deletions

View File

@ -1060,8 +1060,8 @@ release/yquake2.exe : $(CLIENT_OBJS) icon
${Q}$(CC) build/icon/icon.res $(CLIENT_OBJS) $(LDFLAGS) $(SDLLDFLAGS) -o $@
$(Q)strip $@
# the wrappper, quick'n'dirty
release/quake2.exe : src/win-wrapper/wrapper.c
$(Q)$(CC) -Wall src/win-wrapper/wrapper.c -o $@
release/quake2.exe : src/win-wrapper/wrapper.c icon
$(Q)$(CC) -Wall build/icon/icon.res src/win-wrapper/wrapper.c -o $@
$(Q)strip $@
else
release/quake2 : $(CLIENT_OBJS)