Skip to content

Commit 2cc0988

Browse files
committed
update build scripts
1 parent b742949 commit 2cc0988

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

BuildLogging.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,8 @@
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 /p:Configuration=%VCC_CONFIG% /p:Platform=x86
7+
msbuild vcc.sln /t:restore /p:Configuration=%VCC_CONFIG% /p:Platform=x86
78
set _CL_=/DUSE_LOGGING
89
call Build.bat
910
) else (

0 commit comments

Comments
 (0)