summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-25 14:31:57 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-25 15:56:09 +0100
commit9305aa6caa1ab5da2d0eaa7d720ac7140c97aebb (patch)
tree20d9789a58803f0136a491f4d9c32d9f22f4ba1f /crawl-ref/source/makefile
parent6b9d5a24d6d9fd9de2df4d2dd90294a0d8dfb7ad (diff)
downloadcrawl-ref-9305aa6caa1ab5da2d0eaa7d720ac7140c97aebb.tar.gz
crawl-ref-9305aa6caa1ab5da2d0eaa7d720ac7140c97aebb.zip
Rename SAVE_PACKAGE_TAR to USE_TAR/USE_ZIP to reduce confusion.
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile4
1 files changed, 3 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index f36ace232e..d81586e106 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -183,7 +183,9 @@ ifneq (,$(findstring CYGWIN,$(uname_S)))
BUILD_PCRE = YesPlease
endif
ifneq ($(GAME),crawl.exe)
- DEFINES += -DSAVE_PACKAGE_TAR
+ DEFINES += -DUSE_TAR
+else
+ DEFINES += -DUSE_ZIP
endif
#