ICU-4152 Need to add Windows-specific modules so that Cygwin build works.

X-SVN-Rev: 18965
This commit is contained in:
Eric Mader 2006-01-12 20:26:26 +00:00
parent 8170d83c48
commit cb74cd1d83
2 changed files with 5 additions and 4 deletions

View file

@ -1,6 +1,6 @@
#******************************************************************************
#
# Copyright (C) 1999-2005, International Business Machines
# Copyright (C) 1999-2006, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
@ -79,7 +79,7 @@ brkiter.o brkdict.o ubrk.o dbbi.o dbbi_tbl.o \
rbbi.o rbbidata.o rbbinode.o rbbirb.o rbbiscan.o rbbisetb.o rbbistbl.o rbbitblb.o \
serv.o servnotf.o servls.o servlk.o servlkf.o servrbf.o servslkf.o locutil.o \
uenum.o ustrenum.o uidna.o usprep.o punycode.o \
cwchar.o util.o parsepos.o utrace.o locbased.o
cwchar.o util.o parsepos.o utrace.o locbased.o wintz.o
## Header files to install
HEADERS = $(srcdir)/unicode/*.h unicode/*.h

View file

@ -1,6 +1,6 @@
#******************************************************************************
#
# Copyright (C) 1998-2005, International Business Machines
# Copyright (C) 1998-2006, International Business Machines
# Corporation and others. All Rights Reserved.
#
#******************************************************************************
@ -74,7 +74,8 @@ cpdtrans.o rbt.o rbt_data.o rbt_pars.o rbt_rule.o rbt_set.o \
nultrans.o remtrans.o casetrn.o titletrn.o tolowtrn.o toupptrn.o anytrans.o \
name2uni.o uni2name.o nortrans.o quant.o transreg.o \
regexcmp.o rematch.o repattrn.o regexst.o uregex.o uregexc.o \
ulocdata.o measfmt.o currfmt.o curramt.o currunit.o measure.o utmscale.o
ulocdata.o measfmt.o currfmt.o curramt.o currunit.o measure.o utmscale.o \
wincoll.o windtfmt.o winnmfmt.o
## Header files to install
HEADERS = $(srcdir)/unicode/*.h