Commit Graph

381 Commits

Author SHA1 Message Date
Yves Arrouye
270f188bdd ICU-629 proper install variables used.
X-SVN-Rev: 2559
2000-10-03 22:51:46 +00:00
Yves Arrouye
9686d239f0 ICU-620 cleaned up cleaning (w/ an ugly twist in the top-level Makefile to start cleaning w/ tools)
X-SVN-Rev: 2551
2000-10-02 23:37:16 +00:00
George Rhoten
3d3eb3058e ICU-535 Fixed some compiler warnings
X-SVN-Rev: 2543
2000-09-30 02:35:31 +00:00
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
George Rhoten
7783b01356 ICU-597 Make the definition for main more consistent for OS/400.
X-SVN-Rev: 2473
2000-09-21 21:49:32 +00:00
Steven R. Loomis
6b707c92f0 ICU-578 icudata conflicts with user data
X-SVN-Rev: 2407
2000-08-30 23:58:24 +00:00
George Rhoten
8b8a03c470 ICU-577 Changed the informative messages from stderr -> stdout.
X-SVN-Rev: 2399
2000-08-30 20:14:58 +00:00
George Rhoten
4e418669fb ICU-577 Changed the informative messages from stderr -> stdout.
X-SVN-Rev: 2398
2000-08-30 18:30:57 +00:00
Yves Arrouye
c6d7474976 ICU-393 updated .cvsignore
X-SVN-Rev: 2374
2000-08-29 07:29:05 +00:00
Steven R. Loomis
23eac8844c ICU-360 more hpux..
X-SVN-Rev: 2287
2000-08-16 17:16:44 +00:00
Helena Chapman
213bb34bdb ICU-550 Fixed junk_obj stuff on HP10.
X-SVN-Rev: 2277
2000-08-16 00:24:30 +00:00
Helena Chapman
4ff8cb6f7b ICU-550 Ran out of memory on HP1 compiling DBCS tables.
X-SVN-Rev: 2270
2000-08-15 21:39:36 +00:00
Steven R. Loomis
8fa7d2d25a ICU-360 pkgtools, out of source test update,fix 'make install' on solaris
X-SVN-Rev: 2254
2000-08-15 02:41:58 +00:00
Yves Arrouye
91d5a8163e ICU-360 fix the return of the the system exit code so that the
!@()$#&!)@$ make will stop. Here's the short story: on Unix system returns
the status code in the *upper 8 bits* of a 16 bit value, plus some magic
values. If you don't shift the return value right 8 bits, and return that,
then the calling process won't see the error, because it will only see the
low 8 bits (which don't make sense, the data being in the upper 8 bits).
This is a common mistake people do when using system.
  Don't ask how long it took me to notice that pkgdata failed
to stop the makefiles, I'm too upset right now...

X-SVN-Rev: 2156
2000-08-10 00:09:17 +00:00
George Rhoten
22ddce2f96 ICU-535 fixed some compiler warnings
X-SVN-Rev: 2142
2000-08-09 17:14:35 +00:00
Vladimir Weinstein
f960d434ea ICU-457 support for spaces in dir names on Win32 (initial revision)
X-SVN-Rev: 2138
2000-08-08 23:20:37 +00:00
Yves Arrouye
6dd0c56667 ICU-515 make check depends on make all.
X-SVN-Rev: 2085
2000-08-01 01:55:54 +00:00
Yves Arrouye
3e9dfa505f ICU-353 removed warnings.
X-SVN-Rev: 2032
2000-07-25 17:00:23 +00:00
Steven R. Loomis
628f470ec6 ICU-360 rebuild CTOC when list changes
X-SVN-Rev: 1987
2000-07-20 20:24:53 +00:00
Vladimir Weinstein
39233c5c64 ICU-360 pkgdata windows port - code cleanup
X-SVN-Rev: 1968
2000-07-20 03:33:38 +00:00
Vladimir Weinstein
2fd77b0c75 ICU-360 win32 port - initial working commit
X-SVN-Rev: 1949
2000-07-19 20:58:13 +00:00
Vladimir Weinstein
b0cf4a4cad ICU-360 more win32 changes
X-SVN-Rev: 1941
2000-07-19 06:45:14 +00:00
Vladimir Weinstein
f5de46856b ICU-360 more windows changes...
X-SVN-Rev: 1916
2000-07-17 22:50:10 +00:00
Vladimir Weinstein
d9320b5d22 ICU-360 windows port for pkgdata
X-SVN-Rev: 1901
2000-07-17 05:37:48 +00:00
Vladimir Weinstein
b0da923a16 ICU-360 forgot to save changes before commiting
X-SVN-Rev: 1859
2000-07-13 21:02:07 +00:00
Vladimir Weinstein
579b2189a7 ICU-360 project and workspace files for pkgdata on win32
X-SVN-Rev: 1858
2000-07-13 20:55:58 +00:00
Steven R. Loomis
2dfb6e32d3 ICU-290 use built DLLs for tools
X-SVN-Rev: 1857
2000-07-13 20:03:16 +00:00
Yves Arrouye
995ca8a672 ICU-360 detect gmake or make and set U_MAKE to that. Substitute U_MAKE
in platform.h.in, and hardcode it to "nmake" in pwin32.h and "gmake" in
pos400.h and pos2.h. Then use U_MAKE to define the default make command in
pkgdata.c, if there is no MAKE env variable.

X-SVN-Rev: 1793
2000-07-11 22:25:51 +00:00
Steven R. Loomis
ac13e8dc05 ICU-360 pkgdata tool
X-SVN-Rev: 1771
2000-07-10 17:53:01 +00:00
Steven R. Loomis
4ffaa06fd0 ICU-393 add .cvsignore files
X-SVN-Rev: 1770
2000-07-10 17:52:39 +00:00
Steven R. Loomis
cd30713a6b ICU-360 pkgdata tool
X-SVN-Rev: 1618
2000-06-14 00:50:58 +00:00