about summary refs log tree commit diff stats
path: root/makefile.bcb
diff options
context:
space:
mode:
authorThomas E. Dickey <dickey@invisible-island.net>2021-06-30 23:14:29 +0000
committerThomas E. Dickey <dickey@invisible-island.net>2021-06-30 23:14:29 +0000
commit811be0812233351687f2215e264eeb886a2a0060 (patch)
tree3d8bacfe78e78171560e7e30c271fe317a6781e3 /makefile.bcb
parent15b5916ed82c8de48b85d7b7afe670cb00e79796 (diff)
downloadlynx-snapshots-811be0812233351687f2215e264eeb886a2a0060.tar.gz
snapshot of project "lynx", label v2-9-0dev_6k
Diffstat (limited to 'makefile.bcb')
-rw-r--r--makefile.bcb4
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) \
Kartik K. Agaram <vc@akkartik.com> 2015-05-05 23:50:50 -0700 1278 - support before/after tangle directives' href='/akkartik/mu/commit/tangle.mu?h=main&id=20d1c9057a559ce8db83bbc2787ca91348bcb16f'>20d1c905 ^
662d2a27 ^
20d1c905 ^
9458918f ^
ce87c19e ^
1ead3562 ^
20d1c905 ^

662d2a27 ^
20d1c905 ^
192d59d3 ^

32241605 ^
20d1c905 ^

1ead3562 ^
192d59d3 ^
d66e2783 ^
192d59d3 ^
20d1c905 ^

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37