summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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)