Make configure.bat work with VC9#1
Conversation
|
I'm running this in a pure cmd "C:\Program Files\Microsoft SDKs\Windows\v6.1\Bin\SetEnv.Cmd" /debug /x86 /xp CPU=i386 so looks like it's set. On the other hand, CPU is set to i386 but not x86, so that wouldn't catch. But i also have to mention we're in 2.6.0 mpir release and that's what we use for VC11, but 2.5.1 for VC9. There are also no build scripts for VC9 in the distro, or have you back ported the VS projects? |
|
Hey,
It seems to me that making the configure script depend on an environment variable, that the builder can't set is bad practice. |
|
Do you call it from a SDK console?
|
|
Guy, I'm not sure why you even need that file. It's actually cd build.vc11 or open the sln directly. What do i miss? |
|
@weltling I use it here to build. seems to work. Both for VC9 and VC11. So works for me. I guess I can try your way when I get to it |
%PROCESSOR_ARCHITECTURE% is not defined in VC9