summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRemko Tronçon <git@el-tramo.be>2009-06-03 21:52:05 (GMT)
committerRemko Tronçon <git@el-tramo.be>2009-06-09 18:18:53 (GMT)
commitfd89da91d12b270d56f60544cad6f1ddc809af28 (patch)
tree77bebb89221cc8023b22efaa0b707cdcd0759b3b /3rdParty/Boost/Makefile.inc
parent3de4268ade36c9292a88b1da7604748a87c65777 (diff)
downloadswift-fd89da91d12b270d56f60544cad6f1ddc809af28.zip
swift-fd89da91d12b270d56f60544cad6f1ddc809af28.tar.bz2
Added Boost.regex.
Diffstat (limited to '3rdParty/Boost/Makefile.inc')
-rw-r--r--3rdParty/Boost/Makefile.inc19
1 files changed, 18 insertions, 1 deletions
diff --git a/3rdParty/Boost/Makefile.inc b/3rdParty/Boost/Makefile.inc
index 31bab1c..27aed09 100644
--- a/3rdParty/Boost/Makefile.inc
+++ b/3rdParty/Boost/Makefile.inc
@@ -17,7 +17,24 @@ BOOST_SOURCES += \
3rdParty/Boost/libs/filesystem/src/operations.cpp \
3rdParty/Boost/libs/filesystem/src/path.cpp \
3rdParty/Boost/libs/filesystem/src/portability.cpp \
- 3rdParty/Boost/libs/filesystem/src/utf8_codecvt_facet.cpp
+ 3rdParty/Boost/libs/filesystem/src/utf8_codecvt_facet.cpp \
+ 3rdParty/Boost/libs/regex/src/c_regex_traits.cpp \
+ 3rdParty/Boost/libs/regex/src/cpp_regex_traits.cpp \
+ 3rdParty/Boost/libs/regex/src/cregex.cpp \
+ 3rdParty/Boost/libs/regex/src/fileiter.cpp \
+ 3rdParty/Boost/libs/regex/src/icu.cpp \
+ 3rdParty/Boost/libs/regex/src/instances.cpp \
+ 3rdParty/Boost/libs/regex/src/posix_api.cpp \
+ 3rdParty/Boost/libs/regex/src/regex.cpp \
+ 3rdParty/Boost/libs/regex/src/regex_debug.cpp \
+ 3rdParty/Boost/libs/regex/src/regex_raw_buffer.cpp \
+ 3rdParty/Boost/libs/regex/src/regex_traits_defaults.cpp \
+ 3rdParty/Boost/libs/regex/src/static_mutex.cpp \
+ 3rdParty/Boost/libs/regex/src/w32_regex_traits.cpp \
+ 3rdParty/Boost/libs/regex/src/wc_regex_traits.cpp \
+ 3rdParty/Boost/libs/regex/src/wide_posix_api.cpp \
+ 3rdParty/Boost/libs/regex/src/winstances.cpp \
+ 3rdParty/Boost/libs/regex/src/usinstances.cpp
ifeq ($(WIN32),1)
# The WINNT flag is the boost default (Windows XP Target)