RE: [GD-Windows] another devenv problem
Brought to you by:
vexxed72
From: Chris R. <c....@gm...> - 2004-11-15 23:01:10
|
On Mon, 2004-11-15 at 18:35, Jon Watte wrote: > The .sln and .vcproj files are text files. You can open them=20 > and edit them. I suggest saving a copy of your .vcproj, then=20 > changing one file and saving, then running diff on the project=20 > file. When done, write a perl script to apply the same change=20 > for all files. >=20 > It is also sometimes possible to select more than one file and=20 > make a change on many files at the same time in the property=20 > pages. I don't recall whether this is one of those cases. >=20 > Cheers, >=20 > / h+ >=20 I had also thought about writing a perl script, which parses the devenv project files. But my perl-foo is too limited to do such a task. And maintaining another piece of crypto-code for every new devenv release (this unix code is going to stick with us for a while) .... yuck. I guess either living with the second solution (that actually works - I feel quite stupid now), or going for SCons (www.scons.org) or this boost-jam seems the only way to go.=20 Thanks for the tip. --=20 regards,=20 Chris Raine=20 |