about summary refs log tree commit diff stats
path: root/WWW/Library/djgpp/makefile
diff options
context:
space:
mode:
Diffstat (limited to 'WWW/Library/djgpp/makefile')
-rw-r--r--WWW/Library/djgpp/makefile3
1 files changed, 2 insertions, 1 deletions
diff --git a/WWW/Library/djgpp/makefile b/WWW/Library/djgpp/makefile
index cf37f9f1..103b4c04 100644
--- a/WWW/Library/djgpp/makefile
+++ b/WWW/Library/djgpp/makefile
@@ -7,7 +7,8 @@ WWW_MACH = djgpp
 # The ASIS repository's name for the machine we are on
 #ASIS_MACH = hardware/os
 
-CFLAGS = -O3 -DEXP_CHARTRANS -DCOLOR_CURSES -DDOSPATH -DNOUSERS -DDEBUG -I../../../djgpp/tcplib/include -I../../../djgpp/tcplib/include/tcp
+CFLAGS = -O3 -DUSE_ZLIB -DEXP_CHARTRANS -DDOSPATH -DNOUSERS -DDEBUG -I../../../djgpp/tcplib/include -I../../../djgpp/tcplib/include/tcp \
+-I../../../src -I../../..
 LFLAGS =
 CC = gcc