david_wagoner
07-29-2004, 12:10 PM
Hello,
I am in the process of setting up a build process to handle building 64-Bit projects for Visual Studio. I was curious how to go about changing the build environment. In the batch file version of our build we use the SetEnv.bat file that ships with the SDK and do a
"Call SetEnv.bat /AMD64 /RETAIL"
and then the stuff is set up. If i make the call to the batch, we loose the changes when the batch returns back to the build.
I am fairly new to Visual Build, so please bear with me if this is a fundamental thing.
Any suggestions?
-Dave
I am in the process of setting up a build process to handle building 64-Bit projects for Visual Studio. I was curious how to go about changing the build environment. In the batch file version of our build we use the SetEnv.bat file that ships with the SDK and do a
"Call SetEnv.bat /AMD64 /RETAIL"
and then the stuff is set up. If i make the call to the batch, we loose the changes when the batch returns back to the build.
I am fairly new to Visual Build, so please bear with me if this is a fundamental thing.
Any suggestions?
-Dave