I\'d like to configure visual studio 2005 to copy .dll\'s based on whether the OS is 64-bit or 32-bit during a build.
I do not want to specify what the platform targ
Jon's link is a total hack because it relies upon no new processor architectures being added.
See: http://support.microsoft.com/kb/556009 for the "official" batch file method.