diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-07-25 21:43:40 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2015-07-25 21:43:40 +0100 |
commit | 4857fb3836251a2a4a76e4ee32096f17d5cf376a (patch) | |
tree | 63dce01bd6dc09afd3cf559bbaddec289cf484d0 | |
parent | The slicer feature should not be propergated, it's library specific whether i... (diff) | |
download | libdbpp-postgresql-4857fb3836251a2a4a76e4ee32096f17d5cf376a.tar.bz2 libdbpp-postgresql-4857fb3836251a2a4a76e4ee32096f17d5cf376a.tar.xz libdbpp-postgresql-4857fb3836251a2a4a76e4ee32096f17d5cf376a.zip |
Visibility hidden
-rw-r--r-- | slice.jam | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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]) } |