I have a C project developed in Visual Studio 2008. From IDE, I have to compile debug and release for Win32 and debug and release for x64. Is there a way specify 'compile for all platforms and all release/debug ". This will keep all my compilations at almost one time and in synch. I dont want to manually build four times.
Thanks, Raj
|