diff --git a/CASA-auth-token/client/build_config/win64/builduser.cmd b/CASA-auth-token/client/build_config/win64/builduser.cmd index 06e98a99..cba7ce94 100755 --- a/CASA-auth-token/client/build_config/win64/builduser.cmd +++ b/CASA-auth-token/client/build_config/win64/builduser.cmd @@ -1,5 +1,4 @@ @echo on -rem setup for calling nmake rem setlocal set casa_root_dir=%cd% @@ -11,7 +10,7 @@ rem VS 2005 crashed when building solution file, so right now building project l rem Also, it has the same problem with rebuild option, so I am cleaning binaries in my scripts. cd /d %casa_root_dir% -devenv authclient.sln /build Release "Release:Win32" -devenv authclient.sln /build Release "Release:x64" +devenv authclient.sln /build Release "Release|Win32" +devenv authclient.sln /build Release "Release|x64" endlocal