CASA-auth-token-client: check in builduser.cmd to fix build script

This commit is contained in:
soochoi 2007-04-10 17:13:48 +00:00
parent 306f8eff6a
commit 25d2c8f2b4

View File

@ -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