From 5b5a6bc82d69360a130837a24ac56432a9ef6b6d Mon Sep 17 00:00:00 2001 From: Adam Borowski Date: Fri, 6 Nov 2009 00:25:36 +0100 Subject: Fix the DOS port. --- crawl-ref/source/makefile | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'crawl-ref/source/makefile') 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. -- cgit v1.2.3-54-g00ecf