[Scons-users] SCons Program is not aware of .manifest or .pdb
    Jason Swager 
    jswager at alohaoi.com
       
    Fri Mar 21 09:56:07 EDT 2014
    
    
  
For PDB files, this is definitely expected behavior.  SCONS docs indicate
that PDB files are generated via SideEffect().  Targets declared this way
are not automatically cleaned, but instead, need an explicit Clean() called
on them (also in the docs).
As for manifest files, I'm guessing that they're done the same way, via
SideEffect().  But I couldn't see that in the docs.
Jason
On Fri, Mar 21, 2014 at 5:50 AM, Shane Gannon (gannons)
<gannons at cisco.com>wrote:
>  Hi all
>
>
>
> When compiling on Windows the SCons Program() is unaware that a .pdb and
> .manifest may be generated. i.e. They are not listed as targets. Hence the
> cache and clean do not work as desired.
>
>
>
> This must be a common requirement. How do people usually address it? There
> is an article on embedding manifests into the executable.
>
>
>
> http://www.scons.org/wiki/EmbedManifestIntoTarget
>
>
>
> This works and seems like a general good idea. But are there any
> alternatives that also take into account .pdb files?
>
>
>
> Is there any reason for SCons excluding these items from the target?
>
>
>
> Regards
>
> Shane
>
> _______________________________________________
> Scons-users mailing list
> Scons-users at scons.org
> http://four.pairlist.net/mailman/listinfo/scons-users
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://four.pairlist.net/pipermail/scons-users/attachments/20140321/00848476/attachment.html 
    
    
More information about the Scons-users
mailing list