From dcc097c47d9536d54830735e0528498da45656e0 Mon Sep 17 00:00:00 2001 From: Dan Goodliffe Date: Thu, 3 Oct 2019 19:18:45 +0100 Subject: Remove slicer references --- slice.jam | 23 +---------------------- 1 file changed, 1 insertion(+), 22 deletions(-) (limited to 'slice.jam') diff --git a/slice.jam b/slice.jam index 434e562..b165657 100644 --- a/slice.jam +++ b/slice.jam @@ -7,7 +7,6 @@ import toolset ; type.register SLICE : ice ; -feature slicer : no yes pure ; feature allow-ice : no yes ; feature ice-visibility : public hidden ; @@ -23,36 +22,16 @@ scanner.register slice-scanner : include ; type.set-scanner SLICE : slice-scanner ; -generators.register-standard slice.slice2cpp : SLICE : CPP H : no ; -generators.register-standard slice.slicer : SLICE : CPP CPP(slicer-%) H : yes ; -generators.register-standard slice.slicer.pure : SLICE : CPP(slicer-%) : pure ; +generators.register-standard slice.slice2cpp : SLICE : CPP H ; toolset.flags slice.slice2cpp INCLUDES ; toolset.flags slice.slice2cpp DLLEXPORT public : --dll-export JAM_DLL_PUBLIC ; toolset.flags slice.slice2cpp ALLOWICE yes : --ice ; -toolset.flags slice.slicer INCLUDES ; -toolset.flags slice.slicer DLLEXPORT public : --dll-export JAM_DLL_PUBLIC ; -toolset.flags slice.slicer ALLOWICE yes : --ice ; -toolset.flags slice.slicer.pure INCLUDES ; -toolset.flags slice.slicer.pure ALLOWICE yes : --ice ; actions slice.slice2cpp { slice2cpp -I"$(INCLUDES)" --checksum --output-dir $(1[1]:D) $(2) $(DLLEXPORT) $(ALLOWICE[1]) } -actions slice.slicer -{ - slice2cpp -I"$(INCLUDES)" --checksum --output-dir $(1[1]:D) $(2) $(DLLEXPORT) $(ALLOWICE[1]) - slicer -I"$(INCLUDES)" $(2) $(1[2]) $(ALLOWICE[1]) -} - -actions slice.slicer.pure -{ - slicer -I"$(INCLUDES)" $(2) $(1[1]) $(ALLOWICE[1]) -} - IMPORT $(__name__) : slice.slice2cpp : : slice.slice2cpp ; -IMPORT $(__name__) : slice.slicer : : slice.slicer ; -IMPORT $(__name__) : slice.slicer.pure : : slice.slicer.pure ; -- cgit v1.2.3