diff options
author | Thomas E. Dickey <dickey@invisible-island.net> | 2021-06-30 23:14:29 +0000 |
---|---|---|
committer | Thomas E. Dickey <dickey@invisible-island.net> | 2021-06-30 23:14:29 +0000 |
commit | 811be0812233351687f2215e264eeb886a2a0060 (patch) | |
tree | 3d8bacfe78e78171560e7e30c271fe317a6781e3 /makefile.bcb | |
parent | 15b5916ed82c8de48b85d7b7afe670cb00e79796 (diff) | |
download | lynx-snapshots-811be0812233351687f2215e264eeb886a2a0060.tar.gz |
snapshot of project "lynx", label v2-9-0dev_6k
Diffstat (limited to 'makefile.bcb')
-rw-r--r-- | makefile.bcb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/makefile.bcb b/makefile.bcb index 3ffbf936..8ae1443e 100644 --- a/makefile.bcb +++ b/makefile.bcb @@ -1,4 +1,4 @@ -# $LynxId: makefile.bcb,v 1.20 2012/07/06 23:34:14 tom Exp $ +# $LynxId: makefile.bcb,v 1.21 2021/06/29 22:01:12 tom Exp $ # # Borland C++ / C++ builder # 1997/11/08 (Sat) 10:45:37 @@ -48,7 +48,7 @@ DEBUG= #SSL_LIBS = $(ETC_LIB)\libeay32.lib $(ETC_LIB)\libssl32.lib # Uncomment these lines if you wish to build with iconv -#I18N_DEFS = -DHAVE_GETTEXT -DHAVE_LIBINTL_H -DICONV_CONST=const -DEXP_JAPANESEUTF8_SUPPORT +#I18N_DEFS = -DHAVE_GETTEXT -DHAVE_LIBINTL_H -DICONV_CONST=const -DUSE_JAPANESEUTF8_SUPPORT #I18N_LIBS = $(ETC_LIB)\libiconv2.lib $(ETC_LIB)\libintl3.lib CC_FLAGS = $(DEBUG) $(CS_DEFS) $(SOCK_DEFS) $(SSL_DEFS) $(I18N_DEFS) \ |