Skip to content

Commit 4da9066

Browse files
committed
update build scripts
1 parent b742949 commit 4da9066

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

BuildLogging.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33

44
set VCC_CONFIG=Release
55
if exist "%VSINSTALLDIR%\MSBuild\Current\Bin\MSBuild.exe" (
6-
msbuild vcc.sln /t:Clean /p:Configuration=%VCC_CONFIG% /p:Platform=x86
6+
msbuild vcc.sln /t:clean /t:restore /p:Configuration=%VCC_CONFIG% /p:Platform=x86
77
set _CL_=/DUSE_LOGGING
88
call Build.bat
99
) else (

0 commit comments

Comments
 (0)