diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-11-04 02:46:35 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-11-04 02:46:35 -0500 |
commit | 0f88481e93b50612489cc8e5b1ca365196439373 (patch) | |
tree | e56049a7eac3b450ab323c1037e1bf8c02f6b306 /WWW/Library/djgpp/makefile | |
parent | 2d161b7d97cebd6f38885cf69933291fec6b4381 (diff) | |
download | lynx-snapshots-0f88481e93b50612489cc8e5b1ca365196439373.tar.gz |
snapshot of project "lynx", label v2-8-3dev_14
Diffstat (limited to 'WWW/Library/djgpp/makefile')
-rw-r--r-- | WWW/Library/djgpp/makefile | 14 |
1 files changed, 8 insertions, 6 deletions
diff --git a/WWW/Library/djgpp/makefile b/WWW/Library/djgpp/makefile index b91e2c52..ec874bfc 100644 --- a/WWW/Library/djgpp/makefile +++ b/WWW/Library/djgpp/makefile @@ -7,16 +7,18 @@ WWW_MACH = djgpp # The ASIS repository's name for the machine we are on #ASIS_MACH = hardware/os -CFLAGS = -O3 -DUSE_ZLIB -DDOSPATH -DNOUSERS -DDISP_PARTIAL \ --DSOURCE_CACHE -DUSE_PSRC -DNOPORT \ +CFLAGS = -O2 -DUSE_ZLIB -DDOSPATH -DNOUSERS -DDISP_PARTIAL \ +-DDIRED_SUPPORT -DSOURCE_CACHE -DUSE_PSRC \ +-DEXP_FILE_UPLOAD \ +-DWATT32 \ -I../Implementation \ --I../../../djgpp/tcplib/include \ --I../../../djgpp/tcplib/include/tcp \ --I../../../curses \ +-I../../../djgpp/watt32/inc -I../../../djgpp/watt32/inc/sys \ -I../../../src \ --I../../.. +-I../../../curses \ +-I../../.. $(INTLFLAGS) LFLAGS = CC = gcc +#INTLFLAGS = -DHAVE_GETTEXT -DHAVE_LIBINTL_H # Directory for installed binary: !BINDIR = /usr/local/bin |