mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2024-11-10 07:12:07 +00:00
quake2.exe wrapper: add icon
This commit is contained in:
parent
7f8390d5f7
commit
5c4f2cc5b0
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
@ -1060,8 +1060,8 @@ release/yquake2.exe : $(CLIENT_OBJS) icon
|
||||||
${Q}$(CC) build/icon/icon.res $(CLIENT_OBJS) $(LDFLAGS) $(SDLLDFLAGS) -o $@
|
${Q}$(CC) build/icon/icon.res $(CLIENT_OBJS) $(LDFLAGS) $(SDLLDFLAGS) -o $@
|
||||||
$(Q)strip $@
|
$(Q)strip $@
|
||||||
# the wrappper, quick'n'dirty
|
# the wrappper, quick'n'dirty
|
||||||
release/quake2.exe : src/win-wrapper/wrapper.c
|
release/quake2.exe : src/win-wrapper/wrapper.c icon
|
||||||
$(Q)$(CC) -Wall src/win-wrapper/wrapper.c -o $@
|
$(Q)$(CC) -Wall build/icon/icon.res src/win-wrapper/wrapper.c -o $@
|
||||||
$(Q)strip $@
|
$(Q)strip $@
|
||||||
else
|
else
|
||||||
release/quake2 : $(CLIENT_OBJS)
|
release/quake2 : $(CLIENT_OBJS)
|
||||||
|
|
Loading…
Reference in a new issue