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 | e619dd269e2625b135853f0ea71d212596789226 (patch) | |
tree | 9c29255487bbf963cfde887df1bfec339403f98d | |
parent | Switch to run rule for capturing output, undate paths in tests (diff) | |
download | project2-e619dd269e2625b135853f0ea71d212596789226.tar.bz2 project2-e619dd269e2625b135853f0ea71d212596789226.tar.xz project2-e619dd269e2625b135853f0ea71d212596789226.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]) } |