diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 1999-12-15 11:25:06 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 1999-12-15 11:25:06 -0500 |
commit | f61041c10496785b2833ee4f76ef3edc9792b1bd (patch) | |
tree | e9c127318bebeb1a4944bf636fca5bd188a90771 /WWW/Library/djgpp/makefile | |
parent | 4525eb4b32fdf2124e246285af59a1e14ecbf551 (diff) | |
download | lynx-snapshots-f61041c10496785b2833ee4f76ef3edc9792b1bd.tar.gz |
snapshot of project "lynx", label v2-8-3dev_17
Diffstat (limited to 'WWW/Library/djgpp/makefile')
-rw-r--r-- | WWW/Library/djgpp/makefile | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/WWW/Library/djgpp/makefile b/WWW/Library/djgpp/makefile index ec874bfc..d5c46331 100644 --- a/WWW/Library/djgpp/makefile +++ b/WWW/Library/djgpp/makefile @@ -7,8 +7,16 @@ WWW_MACH = djgpp # The ASIS repository's name for the machine we are on #ASIS_MACH = hardware/os +# Use this option to enable optional and *experimental* color style. +#ENABLE_COLOR_STYLE = \ + -DUSE_COLOR_STYLE \ + -DUSE_HASH \ + -DLINKEDSTYLES + + CFLAGS = -O2 -DUSE_ZLIB -DDOSPATH -DNOUSERS -DDISP_PARTIAL \ -DDIRED_SUPPORT -DSOURCE_CACHE -DUSE_PSRC \ + $(ENABLE_COLOR_STYLE) \ -DEXP_FILE_UPLOAD \ -DWATT32 \ -I../Implementation \ |