[Scons-users] library copy
Kraus Philipp
philipp.kraus at flashpixx.de
Thu Sep 20 11:49:06 EDT 2012
Hello,
I build a C++ program with env.Program and run first Configuration for detecting header & libraries. The executable is build under #build/release or #build/debug.
I use some static and some dynamic libs. After the build process I would like to copy the shared libraries to the build directory. Can I read the full path of the shared library, which
is linked to my executable or need I use FindFiles on env["libpath"] ?
Thanks
Phil
More information about the Scons-users
mailing list