Correction:

if "%VCVER%" == "VC8"   call "%VS80COMNTOOLS%\..\..\VC\vcvarsall.bat"
x86_amd64
 if "%VCVER%" == "VC9"   call "%VS90COMNTOOLS%\..\..\VC\vcvarsall.bat"
x86_amd64
 if "%VCVER%" == "VC10"  call "%VS100COMNTOOLS%\..\..\VC\vcvarsall.bat"
x86_amd64


On 11/30/2011 10:24 AM, shath...@e-z.net wrote:
RESOLVED by setting the environment using vcvarsall.bat
by replacing the environment setup with the appropriate
cross-compiler environment option.

  if "%VCVER%" == "VC8"   call "%VS80COMNTOOLS%\..\..\VC\vsvars32.bat"
x86_amd64
  if "%VCVER%" == "VC9"   call "%VS90COMNTOOLS%\..\..\VC\vsvars32.bat"
x86_amd64
  if "%VCVER%" == "VC10"  call "%VS100COMNTOOLS%\..\..\VC\vsvars32.bat"
x86_amd64

This resolves the LNK1112 error when linking x64 microsoft builds
initiated by the command-line Visual Studio interface.

Steven J. Hathaway



---------------------------------------------------------------------
To unsubscribe, e-mail: xalan-dev-unsubscr...@xml.apache.org
For additional commands, e-mail: xalan-dev-h...@xml.apache.org

Reply via email to