diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-15 12:09:27 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2018-04-15 12:09:27 +0100 |
commit | da393fc67ebce5fa269615c5c967f1467dc0d5cf (patch) | |
tree | ffeaef182861b2f43c2d3a1c00927326229a55c3 /icespider/Jamfile.jam | |
parent | Dedupe map dumping (diff) | |
download | icespider-da393fc67ebce5fa269615c5c967f1467dc0d5cf.tar.bz2 icespider-da393fc67ebce5fa269615c5c967f1467dc0d5cf.tar.xz icespider-da393fc67ebce5fa269615c5c967f1467dc0d5cf.zip |
C++17 and Ice 3.7icespider-0.4
Update all code to be C++17 with Ice 3.7 and minor interface changes in
keeping with C++CG and dependencies.
Diffstat (limited to 'icespider/Jamfile.jam')
-rw-r--r-- | icespider/Jamfile.jam | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/icespider/Jamfile.jam b/icespider/Jamfile.jam index 02644a2..723d4f9 100644 --- a/icespider/Jamfile.jam +++ b/icespider/Jamfile.jam @@ -8,8 +8,7 @@ build-project xslt ; build-project fileSessions ; build-project testing ; -lib Ice ; -lib IceUtil ; +lib Ice : : <name>Ice++11 ; lib pthread ; package.install install : : |