From a20132949d1bdb0e85e8478592853a7376590af3 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Tue, 17 Apr 2018 22:41:09 +0100 Subject: Ice 3.7 Rename service library as IceBox++11 expects ++11 suffix. --- service/Jamfile.jam | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'service') diff --git a/service/Jamfile.jam b/service/Jamfile.jam index 315457a..1bbd33a 100644 --- a/service/Jamfile.jam +++ b/service/Jamfile.jam @@ -33,7 +33,7 @@ lib mirrorsearch-api : mirrorsearch-domain ; -lib mirrorsearch-service : +lib mirrorsearch-service++11 : [ glob sql/*.sql ] apiImpl.cpp main.cpp @@ -87,7 +87,7 @@ run test.cpp ..//IceBox ..//pthread dryice - mirrorsearch-service - mirrorsearch-service + mirrorsearch-service++11 + mirrorsearch-service++11 ; -- cgit v1.2.3