[Scons-users] Multiple targets from commandline
pholat
pholat at gmail.com
Thu Jul 7 09:11:33 EDT 2016
Hi All,
I want to be able to select targets depending on target passed to scons.
Ain't there any simpler way than using emitter? From what I understood I
need to do something similar as in top answer here:
http://stackoverflow.com/questions/13953964/scons-to-generate-variable-number-of-targets
But in
def my_action( env, target, source ):
i should be looping through COMMAND_LINE_TARGETS and selecting the one I
want use.
Or is there maybe any better way?
Pozdrawiam,
Adam A. Dobrowolski || pholat
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://pairlist4.pair.net/pipermail/scons-users/attachments/20160707/9cffcb7e/attachment.html>
More information about the Scons-users
mailing list