|
From: Vincent C. <v....@ze...> - 2003-06-12 15:21:14
|
Hello, I wrote a Perl script to help with some maintenance issues on MSVC project files, and mainly the problem of synchronisation (between VC6/VC7 and other builds). I needed it for another project, but it turns out that it will mostly useful for NGL in my case. Some people had a sneak peek two weeks ago, I fixed a few things and made it 'official'. http://zerodeux.net/projects/vctool/ ChangeLog from previous version : 0.1.1 * added output alpha-sorting * added support from vcproj's ExcludedFromBuild property * 'In ... not in ...' -> 'Built in ... not in ...' NB: looks like I should add Apple PB support now :) |