mirror of
https://github.com/yquake2/yquake2remaster.git
synced 2025-02-21 03:11:57 +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)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)
|
||||
|
|
Loading…
Reference in a new issue