mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
Add UnicodeSet to i18n
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/34 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@103 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
77607483b3
commit
b9166cf00b
2 changed files with 3 additions and 3 deletions
|
@ -58,7 +58,7 @@ coleitr.o coll.o colrules.o datefmt.o dcfmtsym.o decimfmt.o dtfmtsym.o \
|
|||
fmtable.o format.o gregocal.o lnbkdat.o mergecol.o msgfmt.o numfmt.o \
|
||||
ptnentry.o simpletz.o simtxbd.o smpdtfmt.o snbkdat.o sortkey.o \
|
||||
tables.o tblcoll.o tcoldata.o timezone.o txtbdat.o txtbdry.o ubrk.o \
|
||||
ucal.o ucol.o udat.o umsg.o unicdcm.o unum.o wdbkdat.o wdbktbl.o
|
||||
ucal.o ucol.o udat.o umsg.o unicdcm.o uniset.o unum.o wdbkdat.o wdbktbl.o
|
||||
|
||||
DEPS = $(OBJECTS:.o=.d)
|
||||
|
||||
|
@ -67,7 +67,7 @@ HEADERS= ucal.h unum.h udat.h umsg.h calendar.h choicfmt.h datefmt.h \
|
|||
dcfmtsym.h decimfmt.h dtfmtsym.h fieldpos.h fmtable.h format.h \
|
||||
gregocal.h msgfmt.h numfmt.h parsepos.h simpletz.h smpdtfmt.h \
|
||||
timezone.h ucol.h coll.h tblcoll.h sortkey.h coleitr.h ubrk.h \
|
||||
brkiter.h
|
||||
brkiter.h uniset.h
|
||||
|
||||
## List of phony targets
|
||||
.PHONY : all all-local install install-local clean clean-local \
|
||||
|
|
|
@ -63,7 +63,7 @@ loctest.o miscdtfm.o mnkytst.o msfmrgts.o nmfmapts.o nmfmtrt.o \
|
|||
numfmtst.o numrgts.o pptest.o regcoll.o restest.o sdtfmtts.o tchcfmt.o \
|
||||
tfsmalls.o tmsgfmt.o trcoll.o tscoll.o tsdate.o tsdcfmsy.o tsdtfmsy.o \
|
||||
tsmthred.o tsmutex.o tsnmfmt.o tsputil.o tstnorm.o tzbdtest.o \
|
||||
tzregts.o tztest.o ucdtest.o ustrtest.o
|
||||
tzregts.o tztest.o ucdtest.o usettest.o ustrtest.o
|
||||
|
||||
DEPS = $(OBJECTS:.o=.d)
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue