From boost-build Fri Oct 03 07:46:11 2014 From: Vladimir Prus Date: Fri, 03 Oct 2014 07:46:11 +0000 To: boost-build Subject: Re: [Boost-build] Targets independent of variant, etc. Message-Id: <542E5443.6080806 () cs ! msu ! su> X-MARC-Message: https://marc.info/?l=boost-build&m=141232238102607 On 09/23/2014 06:15 PM, Phillip Seaver wrote: > How can I generate a file that doesn't depend on variant, address-model, > etc., so it only gets generated once and can be used for all > variations? Will I need to create my own generator class? I saw an > earlier thread that mentioned using an empty property set, but I wasn't > clear where that needs to be done. Phillip, I think that you can achieve this effect if you start with the the example generator at https://github.com/boostorg/build/blob/develop/example/generator/soap.jam and add this as the first line of the generate method: property-set = [ property-set.empty ] ; Does this help? - Volodya _______________________________________________ Unsubscribe & other changes: http://lists.boost.org/mailman/listinfo.cgi/boost-build