Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Commit

Permalink
fix path
Browse files Browse the repository at this point in the history
  • Loading branch information
alehandru committed Sep 7, 2023
1 parent 71aef5c commit 7a87dbb
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions build_windows_64/ZERO_CHECK.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -125,7 +125,8 @@
<UseUtf8Encoding>Always</UseUtf8Encoding>
<Message Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">Checking Build System</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">setlocal
"$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir) -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
echo "$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir)../ -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
"$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir)../ -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
Expand All @@ -138,7 +139,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Debug|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='Release|x64'">Checking Build System</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='Release|x64'">setlocal
"$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir) -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
echo "$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir)../ -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
"$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir)../ -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
Expand All @@ -151,7 +153,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='Release|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">Checking Build System</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">setlocal
"$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir) -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
echo "$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir)../ -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
"$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir)../ -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
Expand All @@ -164,7 +167,8 @@ if %errorlevel% neq 0 goto :VCEnd</Command>
<LinkObjects Condition="'$(Configuration)|$(Platform)'=='MinSizeRel|x64'">false</LinkObjects>
<Message Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">Checking Build System</Message>
<Command Condition="'$(Configuration)|$(Platform)'=='RelWithDebInfo|x64'">setlocal
"$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir) -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
echo "$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir)../ -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
"$(VCIDEInstallDir)..\CommonExtensions\Microsoft\CMake\CMake\bin\cmake.exe" -S$(SolutionDir)../ -B$(SolutionDir) --check-stamp-list CMakeFiles/generate.stamp.list --vs-solution-file $(SolutionDir)/grpc.sln
if %errorlevel% neq 0 goto :cmEnd
:cmEnd
endlocal &amp; call :cmErrorLevel %errorlevel% &amp; goto :cmDone
Expand Down

0 comments on commit 7a87dbb

Please sign in to comment.