Am I correct in saying that in order to build a plugin for
both win32 and win64 that I have to install the source twice and build each
version. Then copy my plugin into each source tree and build the two executables.
If so, then, with the recent discussions regarding moving to
powershell and or msbuild would it be possible to direct the built files into
target specific subfolders (i.e win32 and win64) in the same way that Visual
Studio does. In that way the source only needs to be installed once and the two
targets can be built side be side.
Alan