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 | 6e93eab847607d0cd87f2cabbefc043893a47afe (patch) | |
tree | b5255b0d44a150b4bac6e651afc9536182540970 | |
parent | The slicer feature should not be propergated, it's library specific whether i... (diff) | |
download | gentoobrowse-6e93eab847607d0cd87f2cabbefc043893a47afe.tar.bz2 gentoobrowse-6e93eab847607d0cd87f2cabbefc043893a47afe.tar.xz gentoobrowse-6e93eab847607d0cd87f2cabbefc043893a47afe.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]) } |