summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDan Goodliffe <dan@randomdan.homeip.net>2015-07-25 21:43:40 +0100
committerDan Goodliffe <dan@randomdan.homeip.net>2015-07-25 21:43:40 +0100
commit4857fb3836251a2a4a76e4ee32096f17d5cf376a (patch)
tree63dce01bd6dc09afd3cf559bbaddec289cf484d0
parentThe slicer feature should not be propergated, it's library specific whether i... (diff)
downloadlibdbpp-postgresql-4857fb3836251a2a4a76e4ee32096f17d5cf376a.tar.bz2
libdbpp-postgresql-4857fb3836251a2a4a76e4ee32096f17d5cf376a.tar.xz
libdbpp-postgresql-4857fb3836251a2a4a76e4ee32096f17d5cf376a.zip
Visibility hidden
-rw-r--r--slice.jam4
1 files changed, 2 insertions, 2 deletions
diff --git a/slice.jam b/slice.jam
index 5b6429c..5534092 100644
--- a/slice.jam
+++ b/slice.jam
@@ -29,12 +29,12 @@ toolset.flags slice.slicer INCLUDES <include> ;
actions slice.slice2cpp
{
- slice2cpp -I"$(INCLUDES)" --checksum --output-dir $(1[1]:D) $(2)
+ slice2cpp -I"$(INCLUDES)" --checksum --output-dir $(1[1]:D) $(2) --dll-export JAM_DLL_PUBLIC
}
actions slice.slicer
{
- slice2cpp -I"$(INCLUDES)" --checksum --output-dir $(1[1]:D) $(2)
+ slice2cpp -I"$(INCLUDES)" --checksum --output-dir $(1[1]:D) $(2) --dll-export JAM_DLL_PUBLIC
slicer -I"$(INCLUDES)" $(2) $(1[1])
}