2012-05-21 04:12:37 -07:00
|
|
|
# This Source Code Form is subject to the terms of the Mozilla Public
|
|
|
|
# License, v. 2.0. If a copy of the MPL was not distributed with this
|
|
|
|
# file, You can obtain one at http://mozilla.org/MPL/2.0/.
|
2007-03-22 10:30:00 -07:00
|
|
|
|
|
|
|
INTL_UNICHARUTIL_UTIL_LCPPSRCS = \
|
|
|
|
nsUnicharUtils.cpp \
|
2007-06-30 22:56:10 -07:00
|
|
|
nsBidiUtils.cpp \
|
2012-04-24 10:53:39 -07:00
|
|
|
nsSpecialCasingData.cpp \
|
2012-03-13 23:45:00 -07:00
|
|
|
nsUnicodeProperties.cpp \
|
2007-03-22 10:30:00 -07:00
|
|
|
$(NULL)
|
|
|
|
|
|
|
|
INTL_UNICHARUTIL_UTIL_CPPSRCS = $(addprefix $(topsrcdir)/intl/unicharutil/util/, $(INTL_UNICHARUTIL_UTIL_LCPPSRCS))
|