mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-10 07:39:16 +00:00
ICU-1962 derive all ICU C++ classes from common UObject base class
X-SVN-Rev: 8959
This commit is contained in:
parent
758c417af2
commit
28e8046c5c
1 changed files with 1 additions and 1 deletions
|
@ -52,7 +52,7 @@ DEFS += -DICU_DATA_DIR=\"$(ICUDATA_DIR)/\" -DU_LIBICUDATA_NAME=\"$(ICUDATA_NAME)
|
|||
# $(LIBICUDT) is either stub data or the real DLL common data.
|
||||
LIBS = $(LIBICUDT) $(DEFAULT_LIBS)
|
||||
|
||||
OBJECTS = putil.o locmap.o mutex.o umutex.o \
|
||||
OBJECTS = putil.o uobject.o locmap.o mutex.o umutex.o \
|
||||
udata.o ucmndata.o udatamem.o umapfile.o filestrm.o \
|
||||
uresbund.o uresdata.o resbund.o cwchar.o uloc.o locid.o uhash.o uhash_us.o \
|
||||
ucnv.o ucnv_bld.o ucnv_cb.o ucnv_cnv.o ucnv_err.o ucnv_io.o ucnvlat1.o \
|
||||
|
|
Loading…
Add table
Reference in a new issue