Skip to content

Commit

Permalink
spearmint: Rename NSIS files
Browse files Browse the repository at this point in the history
  • Loading branch information
zturtleman committed May 27, 2016
1 parent c0051e6 commit a291045
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions misc/nsis/Makefile
Expand Up @@ -63,14 +63,14 @@ NSISFILENAME=${FSNAME}-${VERSION}-${RELEASE}.$(ARCH).exe

all: $(NSISFILENAME)

ioquake3.$(ARCH).nsi: ioquake3.nsi.in
spearmint.$(ARCH).nsi: spearmint.nsi.in
sed 's/XXXFILENAMEXXX/$(NSISFILENAME)/;s/XXXVERSIONXXX/$(VERSION)/;s/XXXRELEASEXXX/$(RELEASE)/;s/x86/$(ARCH)/g;s/SDL2.dll/$(SDLDLL)/' < $< > $@

$(NSISFILENAME): ioquake3.$(ARCH).nsi
makensis $(DEFINES) ioquake3.$(ARCH).nsi
$(NSISFILENAME): spearmint.$(ARCH).nsi
makensis $(DEFINES) spearmint.$(ARCH).nsi

clean:
rm -rf *.exe ioquake3.$(ARCH).nsi
rm -rf *.exe spearmint.$(ARCH).nsi

install:
mkdir -p $(INSTALLDIR)
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit a291045

Please sign in to comment.