Hi,
I'm using MS Visual C++ and have to deliver a 32 and 64 bit version of the same project in one installer. That's error-prone of course, I might forget to update one, so I want to automate the build process. But the "dependencies" work only between different projects.
Is there a way to have one build trigger (e.g. of the 32 bit version) a second one (e.g. the 64 bit version and as post-build step the installer)?
Thanks!