CASA-auth-token-client: check in builduser.cmd to fix build script
This commit is contained in:
		| @@ -1,5 +1,4 @@ | |||||||
| @echo on | @echo on | ||||||
| rem setup for calling nmake |  | ||||||
| rem setlocal | rem setlocal | ||||||
|  |  | ||||||
| set casa_root_dir=%cd% | 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. | 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 /build Release "Release:Win32"  | devenv authclient.sln /build Release "Release|Win32"  | ||||||
| devenv authclient.sln /build Release "Release:x64"  | devenv authclient.sln /build Release "Release|x64"  | ||||||
|  |  | ||||||
| endlocal | endlocal | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user