scuffed-code/icu4c/source/tools/genprops
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-393 .cvsignore cleanup 2000-07-13 22:04:24 +00:00
genprops.c ICU-597 Make the definition for main more consistent for OS/400. 2000-09-21 21:49:32 +00:00
genprops.dsp ICU-130 split genprops into parser & encoder 1999-12-13 22:25:50 +00:00
genprops.h ICU-351 Define UBool to be used in the APIs. 2000-05-18 22:08:39 +00:00
Makefile.in ICU-3 initial support for static libraries. The current problems are: 2000-09-22 22:58:36 +00:00
store.c ICU-535 fix some warnings 2000-08-15 19:11:14 +00:00