summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.dos
diff options
context:
space:
mode:
authordshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 11:05:09 +0000
committerdshaligram <dshaligram@c06c8d41-db1a-0410-9941-cceddc491573>2006-09-26 11:05:09 +0000
commit45efb781dbd134045be3b0cc5631bf49145fd78d (patch)
treeb04eab0997553ffe6c9ad4278016a6d889328b28 /crawl-ref/source/makefile.dos
parenta53c89950b50d8a1713279bb80575d3f85d813d9 (diff)
downloadcrawl-ref-45efb781dbd134045be3b0cc5631bf49145fd78d.tar.gz
crawl-ref-45efb781dbd134045be3b0cc5631bf49145fd78d.zip
Further DOS/Windows makefile tidying. No point trying to link in Lua/PCRE by
default. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/branches/stone_soup@133 c06c8d41-db1a-0410-9941-cceddc491573
Diffstat (limited to 'crawl-ref/source/makefile.dos')
-rw-r--r--crawl-ref/source/makefile.dos2
1 files changed, 1 insertions, 1 deletions
diff --git a/crawl-ref/source/makefile.dos b/crawl-ref/source/makefile.dos
index 565b7d215b..d1e7d463a9 100644
--- a/crawl-ref/source/makefile.dos
+++ b/crawl-ref/source/makefile.dos
@@ -14,7 +14,7 @@ COPY = copy
OS_TYPE = DOS
CFLAGS = -D$(OS_TYPE) $(EXTRA_FLAGS)
LDFLAGS =
-LIB = -lpcre -llua
+LIB =
# LIB = -lcurso -lpano
all: $(APPNAME)