summaryrefslogtreecommitdiff
path: root/mythfs/service/Jamfile.jam
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2018-04-17 22:31:10 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2018-04-17 22:31:10 +0100
commitff6c433341ad4bf63413938dd462c6bd7071032a (patch)
tree392d77d744f2f629ade17a2a2e36c9c3d6c75d78 /mythfs/service/Jamfile.jam
parentICE Local (diff)
downloadmythfs-ff6c433341ad4bf63413938dd462c6bd7071032a.tar.bz2
mythfs-ff6c433341ad4bf63413938dd462c6bd7071032a.tar.xz
mythfs-ff6c433341ad4bf63413938dd462c6bd7071032a.zip
C++17 and Ice 3.7mythfs-0.3
Update everything to Ice 3.7 and C++17 in keeping with other libs/services
Diffstat (limited to 'mythfs/service/Jamfile.jam')
-rw-r--r--mythfs/service/Jamfile.jam5
1 files changed, 2 insertions, 3 deletions
diff --git a/mythfs/service/Jamfile.jam b/mythfs/service/Jamfile.jam
index 6ef0337..433deb2 100644
--- a/mythfs/service/Jamfile.jam
+++ b/mythfs/service/Jamfile.jam
@@ -1,7 +1,7 @@
import icetray ;
import package ;
-lib mythfs :
+lib mythfs++11 :
[ glob *.cpp inodes/*.cpp *.ice sql/*.sql ]
:
<slicer>yes
@@ -13,7 +13,6 @@ lib mythfs :
<library>..//boost_date_time
<library>..//Ice
<library>..//IceBox
- <library>..//IceUtil
<library>..//pthread
<library>..//icetray
<library>..//slicer
@@ -28,5 +27,5 @@ lib mythfs :
<library>..//icetray
;
-package.install install : : : mythfs ;
+package.install install : : : mythfs++11 ;