summaryrefslogtreecommitdiffstats
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
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
-rw-r--r--crawl-ref/source/makefile.dos2
-rw-r--r--crawl-ref/source/makefile.mgw2
2 files changed, 2 insertions, 2 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)
diff --git a/crawl-ref/source/makefile.mgw b/crawl-ref/source/makefile.mgw
index 4efda71949..01f97ac04b 100644
--- a/crawl-ref/source/makefile.mgw
+++ b/crawl-ref/source/makefile.mgw
@@ -27,7 +27,7 @@ OBJECTS := $(foreach file,$(OBJECTS),$(OPATH)/$(file))
LDFLAGS =
INSTALLDIR = .
#LIB = -lcurso -lpano
-LIB = -lwinmm -static -lpcre -llua -llualib
+LIB = -lwinmm -static
all: $(APPNAME)