CASA-auth-client: make change in build script to build debug as well

This commit is contained in:
soochoi 2007-02-14 18:25:18 +00:00
parent 9a6b412a72
commit e8bf8a9e36

View File

@ -16,4 +16,9 @@ devenv authclient.sln /build Release /project library\windows\client.vcproj
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
devenv authclient.sln /clean Debug
devenv authclient.sln /build Debug /project library\windows\client.vcproj
devenv authclient.sln /build Debug /project package\windows\authtokenclient_msi\authtokenclient_msi.vdproj
devenv authclient.sln /build Debug /project package\windows\authtokenclientdevel_msi\authtokenclientdevel_msi.vdproj
endlocal