rename x86_64 -> x64 for Windows

This commit is contained in:
Ludwig Nussel 2010-03-19 08:59:22 +00:00
parent 65212bbeb2
commit 112287088e
2 changed files with 13 additions and 8 deletions

View file

@ -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: