From 6bb01f74496b5592dc776541f24b4f34fa73b692 Mon Sep 17 00:00:00 2001 From: soochoi Date: Fri, 29 Jun 2007 22:11:21 +0000 Subject: [PATCH] CASA-auth-token-client Windows: builduser.cmd changes continue --- CASA-auth-token/client/build_config/win64/builduser.cmd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CASA-auth-token/client/build_config/win64/builduser.cmd b/CASA-auth-token/client/build_config/win64/builduser.cmd index cc7fdf03..e9e97465 100755 --- a/CASA-auth-token/client/build_config/win64/builduser.cmd +++ b/CASA-auth-token/client/build_config/win64/builduser.cmd @@ -16,8 +16,8 @@ cd /d %casa_root_dir% .\tools\w32\VersionVDProj\bin\VersionVDProj.exe -msi ./package/windows/authtokenclientdevel_msi/authtokenclientdevel_msi.vdproj version=1.7.%SVN_REVISION% .\tools\w32\VersionVDProj\bin\VersionVDProj.exe -msi ./package/windows/authtokenclient_msi/authtokenclient_msi.vdproj version=1.7.%SVN_REVISION% -rem devenv authclient.sln /build "Release|Win32" -rem devenv authclient.sln /build "Release|x64" +devenv authclient.sln /build "Release|Win32" +devenv authclient.sln /build "Release|x64" endlocal