scuffed-code/icu4c/source/tools/genrb
Yves Arrouye 2cf8109556 ICU-3 initial support for static libraries. The current problems are:
- pkgdata will still generate a dll (not a problem if you use files or the
mappable archive).
- because of referecences to ostream in ustring, the linker wants to resolve
these symbols, forcing us to use a C++ compiler to link C programs. That is
bad and need to be resolved.
- if you build static, then reconfigure w/o them and do make clean, the
static libraries will be left over.

Static is controlled by --enable-static. Shared libraries can be disabled
with --disable-shared.

X-SVN-Rev: 2494
2000-09-22 22:58:36 +00:00
..
.cvsignore ICU-601 fix build of man page and installation. 2000-09-19 18:34:32 +00:00
error.c ICU-405 copy error message, not just the pointer 2000-05-22 21:24:12 +00:00
error.h ICU-200 Updated with OS/400 specific port changes. 1999-12-22 22:57:04 +00:00
genrb.8.in ICU-601 oops, there is no utf-8LE 2000-09-20 17:59:00 +00:00
genrb.c ICU-597 Make the definition for main more consistent for OS/400. 2000-09-21 21:49:32 +00:00
genrb.dsp ICU-184 resource data files in memory mapped format (initial revision) 2000-05-15 18:39:17 +00:00
genrb.dsw ICU-184 resource data files in memory mapped format (initial revision) 2000-05-15 18:39:17 +00:00
genrbfiles.mk ICU-372 removed language codes pending further discussion [nb & nn]372: removed language codes pending further discussion [nb & nn]372: removed language codes pending further discussion [nb & nn] 2000-07-28 18:06:41 +00:00
list.c ICU-184 resource data files in memory mapped format (initial revision) 2000-05-15 18:39:17 +00:00
list.h ICU-184 resource data files in memory mapped format (initial revision) 2000-05-15 18:39:17 +00:00
Makefile.in ICU-3 initial support for static libraries. The current problems are: 2000-09-22 22:58:36 +00:00
parse.c ICU-567 MacOS 2000-08-28 21:36:13 +00:00
parse.h ICU-489 genrb now handles extensions of type 'import', 'binary' and 'int' 2000-07-10 20:20:05 +00:00
rblist.c ICU-184 resource data files in memory mapped format (initial revision) 2000-05-15 18:39:17 +00:00
rblist.h ICU-184 resource data files in memory mapped format (initial revision) 2000-05-15 18:39:17 +00:00
read.c ICU-489 better error reporting and infinite loop fix 2000-07-20 19:56:52 +00:00
read.h ICU-184 support for storing binary collation data in resource bundles (initial revision) 2000-05-18 21:25:51 +00:00
reslist.c ICU-535 fixed some compiler warnings 2000-08-23 20:06:20 +00:00
reslist.h ICU-535 fixed some compiler warnings 2000-08-23 20:06:20 +00:00
ufile.c ICU-232 genrb uses ustdio instead of local copies of ufile & ustdio 2000-01-28 22:40:27 +00:00
ustdio.c ICU-232 genrb uses ustdio instead of local copies of ufile & ustdio 2000-01-28 22:40:27 +00:00
ustr.c ICU-460 porting changes OS/390 2000-07-28 03:18:30 +00:00
ustr.h ICU-501 Collation enhancement phase 1. Added "override" and "version" tag in "CollationElements". 2000-07-14 22:31:35 +00:00
util.c ICU-292 use putil.h definitions of file separator 2000-07-14 20:17:02 +00:00
util.h ICU-161 change copyright for open source 1999-12-13 22:28:37 +00:00
write.c ICU-184 resource data files in memory mapped format (initial revision) 2000-05-15 18:39:17 +00:00
write.h ICU-12 all public include files are now in unicode dir, all private icu_ functions renamed to uprv_ 1999-12-28 23:57:50 +00:00