summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-08 22:02:14 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-08 22:38:14 +0100
commitba4c4649a8e5ae5fe9d95364efb2650047dff77d (patch)
tree9810b6f1367a894cf38b95cb0bbb32eb4f0fa700 /crawl-ref/source/makefile
parent6a43fcb066748c642a08bf28764e69ab1a5d57b9 (diff)
downloadcrawl-ref-ba4c4649a8e5ae5fe9d95364efb2650047dff77d.tar.gz
crawl-ref-ba4c4649a8e5ae5fe9d95364efb2650047dff77d.zip
Force the binary name to be crawl.exe on DOS.
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index aa9de5f172..303afd94d0 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -108,6 +108,7 @@ ifneq (,$(findstring MINGW,$(uname_S)))
endif
endif
ifeq ($(uname_S),DOS)
+ GAME = crawl.exe
NO_NCURSES = yes
NO_UNICODE = yes
NEED_LIBDOS = yes