rename x86_64 -> x64 for Windows
This commit is contained in:
parent
65212bbeb2
commit
112287088e
2 changed files with 13 additions and 8 deletions
|
@ -1,12 +1,13 @@
|
|||
VERSION=1.35_SVN
|
||||
RELEASE=0
|
||||
ARCH=x86
|
||||
|
||||
all: ioquake3-$(VERSION)-$(RELEASE).x86.exe
|
||||
all: ioquake3-$(VERSION)-$(RELEASE).$(ARCH).exe
|
||||
|
||||
ioquake3.nsi: ioquake3.nsi.in
|
||||
sed 's/XXXVERSIONXXX/$(VERSION)/;s/XXXRELEASEXXX/$(RELEASE)/' < $< > $@
|
||||
sed 's/XXXVERSIONXXX/$(VERSION)/;s/XXXRELEASEXXX/$(RELEASE)/;s/x86/$(ARCH)/g' < $< > $@
|
||||
|
||||
ioquake3-$(VERSION)-$(RELEASE).x86.exe: ioquake3.nsi
|
||||
ioquake3-$(VERSION)-$(RELEASE).$(ARCH).exe: ioquake3.nsi
|
||||
makensis ioquake3.nsi
|
||||
|
||||
clean:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue