summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.dos
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-09 06:51:30 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2007-02-09 06:51:30 +0000
commit971b5c5b1d704268496e7e53611b133d609c25f2 (patch)
treec003bb9fb129dc0aa5ea650f3757f2462ea97cfd /crawl-ref/source/makefile.dos
parent02c9bca0607eab0bf70052557df155724fb4f677 (diff)
downloadcrawl-ref-971b5c5b1d704268496e7e53611b133d609c25f2.tar.gz
crawl-ref-971b5c5b1d704268496e7e53611b133d609c25f2.zip
Updated makefile.dos and makefile.mgw to use dependencies if available.
Renamed dependency file to makefile.dep for DOS. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@943 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.dos')
-rw-r--r--crawl-ref/source/makefile.dos3
1 files changed, 3 insertions, 0 deletions
diff --git a/crawl-ref/source/makefile.dos b/crawl-ref/source/makefile.dos
index f8e43f631f..f56ea91ed8 100644
--- a/crawl-ref/source/makefile.dos
+++ b/crawl-ref/source/makefile.dos
@@ -55,6 +55,9 @@ GAME_DEPENDS := $(OBJECTS)
all: $(APPNAME)
+DEPENDENCY_MKF := makefile.dep
+-include $(DEPENDENCY_MKF)
+
##########################################################################
# The level compiler
#