summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.mgw
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.mgw
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.mgw')
-rw-r--r--crawl-ref/source/makefile.mgw2
1 files changed, 1 insertions, 1 deletions
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)