diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2009-11-24 10:48:33 -0500 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2009-11-24 10:48:33 -0500 |
commit | 99d74890011b0327f07e7d827e5f93a929115ad4 (patch) | |
tree | d50eea426ee833ac4706907b710beea2fc423eef /makefile.bcb | |
parent | 0890416a30a4441e6936c039207c13cc623678db (diff) | |
download | lynx-snapshots-99d74890011b0327f07e7d827e5f93a929115ad4.tar.gz |
snapshot of project "lynx", label v2-8-8dev_1c
Diffstat (limited to 'makefile.bcb')
-rw-r--r-- | makefile.bcb | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/makefile.bcb b/makefile.bcb index daa4ec11..6eaba88d 100644 --- a/makefile.bcb +++ b/makefile.bcb @@ -1,4 +1,4 @@ -# $LynxId: makefile.bcb,v 1.12 2008/09/23 00:10:14 tom Exp $ +# $LynxId: makefile.bcb,v 1.14 2009/11/21 16:33:41 tom Exp $ # # Borland C++ / C++ builder # 1997/11/08 (Sat) 10:45:37 @@ -51,8 +51,6 @@ CC_FLAGS = $(DEBUG) $(CS_DEFS) $(SOCK_DEFS) \ -DDONT_HAVE_TM_GMTOFF \ -DDOSPATH \ -DEXP_ALT_BINDINGS \ --DEXP_CMD_LOGGING \ --DEXP_JUSTIFY_ELTS \ -DEXP_NESTED_TABLES \ -DFANCY_CURSES \ -DHAVE_DIRENT_H=1 \ @@ -69,7 +67,9 @@ CC_FLAGS = $(DEBUG) $(CS_DEFS) $(SOCK_DEFS) \ -DNO_UTMP \ -DPDCURSES \ -DSH_EX \ +-DUSE_CMD_LOGGING \ -DUSE_EXTERNALS \ +-DUSE_JUSTIFY_ELTS \ -DUSE_MULTIBYTE_CURSES \ -DUSE_PERSISTENT_COOKIES \ -DUSE_PRETTYSRC \ |