scuffed-code/icu4c/source/tools/toolutil
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 add .cvsignore files 2000-07-10 17:52:39 +00:00
Makefile.in ICU-3 initial support for static libraries. The current problems are: 2000-09-22 22:58:36 +00:00
toolutil.c ICU-364 getLongPathname() take and return _const_ char * 2000-04-18 23:13:56 +00:00
toolutil.dsp ICU-130 provide a common parser function for files like UnicodeData.txt 2000-04-18 16:36:19 +00:00
toolutil.h ICU-364 getLongPathname() take and return _const_ char * 2000-04-18 23:13:56 +00:00
ucmpwrit.c ICU-377 more changes to please the Mach linker. 2000-07-12 06:43:32 +00:00
ucmpwrit.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
unewdata.c ICU-535 fixed some compiler warnings 2000-08-29 17:16:53 +00:00
unewdata.h ICU-282 changed udata_create() to have the directory as its first 2000-03-04 01:19:19 +00:00
uoptions.c ICU-597 Make the definition for main more consistent for OS/400. 2000-09-21 21:49:32 +00:00
uoptions.h ICU-597 Make the definition for main more consistent for OS/400. 2000-09-21 21:49:32 +00:00
uparse.c ICU-130 improve common file parser 2000-04-20 16:43:10 +00:00
uparse.h ICU-130 improve common file parser 2000-04-20 16:43:10 +00:00