CASA-auth-token-client: change in build script to build x64

This commit is contained in:
soochoi 2007-04-09 21:10:43 +00:00
parent ffcc189131
commit 6a9e6eeb87

View File

@ -5,15 +5,13 @@ rem setlocal
set casa_root_dir=%cd% set casa_root_dir=%cd%
rem Do a free (retail) build rem Do a free (retail) build
setlocal setlocal
call "C:\Program Files (x86)\Microsoft Visual Studio 2005\VC\bin\amd64\vcvarsamd64.bat" call "C:\Program Files (x86)\Microsoft Visual Studio 2005\VC\bin\amd64\vcvarsamd64.bat" x86_amd64
rem VS 2005 crashed when building solution file, so right now building project level. rem VS 2005 crashed when building solution file, so right now building project level.
rem Also, it has the same problem with rebuild option, so I am cleaning binaries in my scripts. rem Also, it has the same problem with rebuild option, so I am cleaning binaries in my scripts.
cd /d %casa_root_dir% cd /d %casa_root_dir%
devenv authclient.sln /clean Release devenv authclient.sln /build Release "Release:Win32"
devenv authclient.sln /build Release /project library\windows\client.vcproj devenv authclient.sln /build Release "Release:x64"
devenv authclient.sln /build Release /project package\windows\authtokenclient_msi\authtokenclient_msi.vdproj
devenv authclient.sln /build Release /project package\windows\authtokenclientdevel_msi\authtokenclientdevel_msi.vdproj
endlocal endlocal