From 45efb781dbd134045be3b0cc5631bf49145fd78d Mon Sep 17 00:00:00 2001 From: dshaligram Date: Tue, 26 Sep 2006 11:05:09 +0000 Subject: 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 --- crawl-ref/source/makefile.dos | 2 +- crawl-ref/source/makefile.mgw | 2 +- 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) -- cgit v1.2.3-54-g00ecf