mirror of
https://github.com/Q3Rally-Team/q3rally.git
synced 2025-01-19 08:01:30 +00:00
Create win32 binary as q3rally.exe instead of q3rally.x86.exe, to match NSIS installer changes.
This commit is contained in:
parent
5e90db798b
commit
38d3ea252b
1 changed files with 5 additions and 0 deletions
|
@ -833,8 +833,13 @@ endif #SunOS
|
|||
TARGETS =
|
||||
|
||||
ifndef FULLBINEXT
|
||||
# Leave .x86 off win32 binaries
|
||||
ifeq ($(ARCH),x86)
|
||||
FULLBINEXT=$(BINEXT)
|
||||
else
|
||||
FULLBINEXT=.$(ARCH)$(BINEXT)
|
||||
endif
|
||||
endif
|
||||
|
||||
ifndef SHLIBNAME
|
||||
SHLIBNAME=$(ARCH).$(SHLIBEXT)
|
||||
|
|
Loading…
Reference in a new issue