pombreda / swtoolkit

Automatically exported from code.google.com/p/swtoolkit
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

/PDBPATH:none generates error for Visual Studio 2010 #19

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
This option that was supported in previous versions of Visual Studio no longer 
exists in Visual Studio 2010.  However, it is being invoked during release 
builds on windows from the file target_platform_windows.py.  There is an 
alternate syntax (available only in VS2010, and not in earlier versions) that 
achieves the same thing.  That syntax is /PDBALTPATH:%_PDB%

swtoolkit should detect which version of Visual Studio is being invoked, and 
use the correct linker option.

Original issue reported on code.google.com by divisort...@gmail.com on 5 Apr 2011 at 6:30