summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile
diff options
context:
space:
mode:
authorAdam Borowski <kilobyte@angband.pl>2009-11-06 00:25:36 +0100
committerAdam Borowski <kilobyte@angband.pl>2009-11-06 00:27:17 +0100
commit5b5a6bc82d69360a130837a24ac56432a9ef6b6d (patch)
tree0de23db519e8332cd089d5c850881b1f73bd7c76 /crawl-ref/source/makefile
parent7a9cf7d5dfcee5c454826aa88e7af9c3c6ac2acd (diff)
downloadcrawl-ref-5b5a6bc82d69360a130837a24ac56432a9ef6b6d.tar.gz
crawl-ref-5b5a6bc82d69360a130837a24ac56432a9ef6b6d.zip
Fix the DOS port.
Diffstat (limited to 'crawl-ref/source/makefile')
-rw-r--r--crawl-ref/source/makefile4
1 files changed, 4 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile b/crawl-ref/source/makefile
index c90de46ffb..6056922ce1 100644
--- a/crawl-ref/source/makefile
+++ b/crawl-ref/source/makefile
@@ -146,9 +146,13 @@ else
ifdef NEED_LIBW32C
OBJECTS += libw32c.o
else
+ifdef NEED_LIBDOS
+OBJECTS += libdos.o
+else
OBJECTS += libunix.o
endif
endif
+endif
# To get stack trace symbols.
# Note that MinGW doesn't support -rdynamic.