aboutsummaryrefslogtreecommitdiff
path: root/cutl/buildfile
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2016-11-14 15:24:14 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2016-11-14 15:24:14 +0200
commit44fde85b2496750b78939247d1d19a67c5b3dc71 (patch)
treecb7f87c14037727ddc89bb7499457b5e3207ad98 /cutl/buildfile
parent7945c1771bbb57125b3e3343fa84bfc314e0f4d4 (diff)
C++11-compatibility fixes and improvements
Diffstat (limited to 'cutl/buildfile')
-rw-r--r--cutl/buildfile4
1 files changed, 2 insertions, 2 deletions
diff --git a/cutl/buildfile b/cutl/buildfile
index 192a84b..410baf8 100644
--- a/cutl/buildfile
+++ b/cutl/buildfile
@@ -2,11 +2,11 @@
# copyright : Copyright (c) 2009-2013 Code Synthesis Tools CC
# license : MIT; see accompanying LICENSE file
-# {hxx }{ re } \
-# re/{ txx cxx}{ re } \
lib{cutl}: \
{hxx cxx}{ exception } \
+ {hxx }{ re } \
+ re/{ txx cxx}{ re } \
{hxx }{ shared-ptr } \
shared-ptr/{hxx ixx txx cxx}{ base } \
{hxx }{ static-ptr } \