| Index: source/test/iotest/Makefile.in
|
| diff --git a/source/test/iotest/Makefile.in b/source/test/iotest/Makefile.in
|
| index 66393e7f8470851ecb5c97fa37739c708ecf4768..07e55f498e7d2d053b425e00ee00c999fd227afc 100644
|
| --- a/source/test/iotest/Makefile.in
|
| +++ b/source/test/iotest/Makefile.in
|
| @@ -1,6 +1,6 @@
|
| #******************************************************************************
|
| #
|
| -# Copyright (C) 1999-2013, International Business Machines
|
| +# Copyright (C) 1999-2014, International Business Machines
|
| # Corporation and others. All Rights Reserved.
|
| #
|
| #******************************************************************************
|
| @@ -33,6 +33,7 @@ BUILDDIR := $(BUILDDIR:test\\iotest/../../=)
|
| BUILDDIR := $(BUILDDIR:TEST\\IOTEST/../../=)
|
|
|
| CPPFLAGS += -I$(top_srcdir)/common -I$(top_srcdir)/i18n -I$(top_srcdir)/tools/ctestfw -I$(top_srcdir)/io
|
| +CPPFLAGS += -DUNISTR_FROM_CHAR_EXPLICIT= -DUNISTR_FROM_STRING_EXPLICIT=
|
| DEFS += -D'U_TOPSRCDIR="$(top_srcdir)/"' -D'U_TOPBUILDDIR="$(BUILDDIR)"'
|
| LIBS = $(LIBCTESTFW) $(LIBICUTOOLUTIL) $(LIBICUIO) $(LIBICUI18N) $(LIBICUUC) $(DEFAULT_LIBS) $(LIB_M)
|
|
|
|
|