summaryrefslogtreecommitdiffstats
path: root/crawl-ref/source/makefile.dos
diff options
context:
space:
mode:
Diffstat (limited to 'crawl-ref/source/makefile.dos')
-rw-r--r--crawl-ref/source/makefile.dos11
1 files changed, 4 insertions, 7 deletions
diff --git a/crawl-ref/source/makefile.dos b/crawl-ref/source/makefile.dos
index 869d6f8745..a85301aede 100644
--- a/crawl-ref/source/makefile.dos
+++ b/crawl-ref/source/makefile.dos
@@ -6,20 +6,17 @@ include makefile.obj
# need .exe so make will find the right file
APPNAME = crawl.exe
-CXX = gxx
+CXX = gpp
DELETE = del
COPY = copy
OS_TYPE = DOS
-CFLAGS = -D$(OS_TYPE) $(EXTRA_FLAGS)
-LDFLAGS = -Bc:/djgpp/contrib/pdcurs22/lib
-INSTALLDIR = c:\games\crawl
+CFLAGS = -D$(OS_TYPE) $(EXTRA_FLAGS) -DREGEX_PCRE -DCLUA_BINDINGS
+LDFLAGS =
+LIB = -lpcre -llua
# LIB = -lcurso -lpano
all: $(APPNAME)
-install: $(APPNAME)
- $(COPY) $(APPNAME) ${INSTALLDIR}
-
clean:
$(DELETE) *.o