[Scons-users] library copy
    Dirk Bächle 
    tshortik at gmx.de
       
    Sun Sep 23 18:19:50 EDT 2012
    
    
  
Hi Phil,
On 22.09.2012 00:38, Philipp Kraus wrote:
> On 2012-09-20 17:49:06 +0200, Kraus Philipp said:
>
>> 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"] ?
>
why don't you simply use Install()?
Regards,
Dirk
    
    
More information about the Scons-users
mailing list