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 | 9d922a75b4bd6a4d59bb4cc47dc40476cb3d6081 (patch) | |
| tree | 2d8409580eb41c86148774f320f94ac5ab50be82 | |
| parent | Visibility hidden (diff) | |
| download | slicer-9d922a75b4bd6a4d59bb4cc47dc40476cb3d6081.tar.bz2 slicer-9d922a75b4bd6a4d59bb4cc47dc40476cb3d6081.tar.xz slicer-9d922a75b4bd6a4d59bb4cc47dc40476cb3d6081.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])  }  | 
