[GD-Windows] another devenv problem
Brought to you by:
vexxed72
From: Chris R. <c....@gm...> - 2004-11-15 12:45:25
|
I have another devenv dilemma to add.=20 I am currently supposed to port and maintain an old and large project from unix to win32, which is working out suprisingly well with the new studio 7.1 - except that *.cc files are still not fully supported. I remember I had to set some registry values in devenv 6 to get it to compile *.cc files - in devenv 7.1 it recognizes and compiles them correctly, but I have to set the C++ project settings manually for every single .cc file.=20 With about 6 build configurations and >300 .cc files that is >300*6 settings pages I have to configure manually. I have searched the web and asked coworkers and friends - with no result, and if there is no solution, I will continue to beg for the permission to massively rename the >300 .cc files to .cpp - or switch to a different build-system like scons or jam and use makefile projects.=20 Is there a way to convince devenv that .cc files are exactly the same as .cpp files and it should treat them in exactly the same way? --=20 regards,=20 Chris Raine=20 |