From 024369e5302d65b4a5b704786f074d58371d6905 Mon Sep 17 00:00:00 2001 From: ennewalker Date: Sat, 12 Jul 2008 03:15:55 +0000 Subject: More release issues. Adding more missing doc files into 'make install' for Windows. Adding PCRE to DOS builds by default. Fixing DOS build error due to DJGPP brain damage. git-svn-id: https://crawl-ref.svn.sourceforge.net/svnroot/crawl-ref/trunk@6511 c06c8d41-db1a-0410-9941-cceddc491573 --- crawl-ref/source/makefile.dos | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'crawl-ref/source/makefile.dos') diff --git a/crawl-ref/source/makefile.dos b/crawl-ref/source/makefile.dos index ea64341147..a882085a37 100644 --- a/crawl-ref/source/makefile.dos +++ b/crawl-ref/source/makefile.dos @@ -18,6 +18,8 @@ DOYACC := n LEX := flex YACC := bison -y +INSTALLDIR ?= package + ifeq ($(LUASRC),) LUASRC := util\lua\src endif @@ -30,7 +32,7 @@ SQLLIB := sql3 SQLLIBA := lib$(SQLLIB).a FSQLLIBA := $(SQLSRC)\$(SQLLIBA) -LIB = -L$(LUASRC) -l$(LUALIB) -L$(SQLSRC) -l$(SQLLIB) +LIB = -L$(LUASRC) -l$(LUALIB) -L$(SQLSRC) -l$(SQLLIB) -lpcre INCLUDES := -Iutil -I. -I$(LUASRC) -I$(SQLSRC) WORKDIR := $(shell cd) -- cgit v1.2.3-54-g00ecf