On Thu, Dec 20, 2001 at 03:09:26PM +0100, Frederico Costa wrote: > > In one of the projects I have the need to make some pre processor > changes, and the way I am able to do them is by going to VC++ and change > them by hand. The C++ code and include files don't change.
That's not a CVS issue. What you need to do is create more "build targets" (I've forgotten the exact DevStudio term, but I *know* it's possible). DevStudio automagically creates a "Debug" and a "Release" target, with different (pre-processor, compiler, etc.) options. You can create additional targets with alternative setups. Steve _______________________________________________ Info-cvs mailing list [EMAIL PROTECTED] http://mail.gnu.org/mailman/listinfo/info-cvs
