[Scons-users] Linking with target alias
Mariusz Buras
mariusz.buras at gmail.com
Tue Aug 21 05:37:12 EDT 2012
Hi there,
Is there a way do something like the pseudo code below?
(some scons script file)
lib = env.StatidLibrary( files )
env.Alias("libalias", lib )
(some other scons script file executed later)
prog = env.Program ( [files, env.Alias("libalias") ])
This would simplify my scons scripts significantly because I wouldn't
need to export and import targets back and forth.
--
Cheers,
Mariusz Buras.
More information about the Scons-users
mailing list