[Scons-users] debug info (*.pdb) and manifest question

Nikola Radovanovic nikola.radovanovic at schneider-electric-dms.com
Wed Feb 6 01:12:42 EST 2013


hi,
can someone recommend me the best (cleanest) way to tell the SCons to append debug info and call manifest tool for C++/Fortran (on windows naturally)

can i just do as follows:

env = Environment()
env['PDB'] = '${TARGET}.pdb'
env['LINKCOM'] = [env['LINKCOM'], 'mt.exe -nologo -manifest ${TARGET}.manifest -outputresource:$TARGET;1']
env['SHLINKCOM'] = [env['SHLINKCOM'], 'mt.exe -nologo -manifest ${TARGET}.manifest -outputresource:$TARGET;2']

shall i set CCPDBFLAGS also?

thanks in advance.

best regards

--
nikola
__________________________________________________________________________________________________________________

Nikola Radovanovic | Schneider Electric DMS NS | Smart Grid IT | SERBIA | CPASv2 team deputy
Phone: +381 (0)21 488 3633 | Fax: +381 (0)21 488 3789 | Mobile: +381 (0)64 29 74 528
Email: nikola.radovanovic at schneider-electric-dms.com<mailto:nikola.radovanovic at schneider-electric-dms.com> | Site: www.schneider-electric-dms.com<http://www.schneider-electric-dms.com/> | Address: Narodnog fronta 25A-D, 21000 Novi Sad
*** Please consider the environment before printing this e-mail

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://four.pairlist.net/pipermail/scons-users/attachments/20130206/9b6632da/attachment-0001.html>


More information about the Scons-users mailing list