suriab / gyp

Automatically exported from code.google.com/p/gyp
0 stars 0 forks source link

Would like a way to remove the "OutputFile" attribute from the VCLibrarianTool/VCLinkerTool #51

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
We have a .vcproj where the OutputFile is specified by .vsprops files. 
Eventually we'd replace these .vsprops files with gyp statements, but during 
the transition we'd like to keep them around. In order to do this, we need a 
way to remove the "OutputFile" attribute from the 
VCLibrarianTool/VCLinkerTool Tool elements, but gyp doesn't currently provide 
this.

Original issue reported on code.google.com by adam.ro...@gmail.com on 14 Jul 2009 at 10:01

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
'msvs_auto_output_file': 0,
will now disable OutputFile being put in targets.

Original comment by bradnel...@google.com on 17 Jul 2009 at 8:02