diff options
author | Bernard Normier <bernard@zeroc.com> | 2016-05-05 10:05:01 -0400 |
---|---|---|
committer | Bernard Normier <bernard@zeroc.com> | 2016-05-05 10:05:01 -0400 |
commit | db2b477d68fa10dc20e80b0d3a0792436221f045 (patch) | |
tree | 81e4a4fa87e83d12cc4407533d2089d43de34c09 /cpp | |
parent | Fixed typo (diff) | |
download | ice-db2b477d68fa10dc20e80b0d3a0792436221f045.tar.bz2 ice-db2b477d68fa10dc20e80b0d3a0792436221f045.tar.xz ice-db2b477d68fa10dc20e80b0d3a0792436221f045.zip |
Added iceboxadmin++11
Diffstat (limited to 'cpp')
-rw-r--r-- | cpp/config/Make.rules | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/config/Make.rules b/cpp/config/Make.rules index ed6c878e4b0..3b9a5e45b11 100644 --- a/cpp/config/Make.rules +++ b/cpp/config/Make.rules @@ -52,7 +52,7 @@ static_projects = test/% # # Components and projects which are built with C++11 # -cpp11_components = $(coreandstub_components) icebox +cpp11_components = $(coreandstub_components) icebox iceboxadmin cpp11_projects = test/Common \ test/IceUtil/% \ |