Skip to content

Commit

Permalink
Compatibility with root disk drives
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Jul 29, 2024
1 parent 0f75a44 commit ead5b4e
Show file tree
Hide file tree
Showing 5 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
git clone --depth=1 https://swiftshader.googlesource.com/SwiftShader swiftshader
git clone https://github.com/pal1000/swiftshader-dist-win.git swiftshader-dist-win
cd swiftshader-dist-win
git checkout 1.0.7.2
git checkout 1.0.7.3
cd ..
displayName: Get sources
- script: swiftshader-dist-win\buildscript\ci\ci.cmd collectuids
Expand Down
1 change: 1 addition & 0 deletions buildscript/build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@
@cd "%~dp0"
@cd ..\..\
@for %%a in ("%cd%") do @set devroot=%%~sa
@IF "%devroot:~-1%"=="\" set devroot=%devroot:~0,-1%

@set projectname=swiftshader-dist-win
@set "ERRORLEVEL="
Expand Down
3 changes: 2 additions & 1 deletion buildscript/ci/ci.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@
@cd "%~dp0"
@cd ..\..\..\
@for %%a in ("%cd%") do @set devroot=%%~sa
@IF "%devroot:~-1%"=="\" set devroot=%devroot:~0,-1%
@set projectname=swiftshader-dist-win
@IF /I %1==collectuids GOTO collectuids
@IF /I NOT %1==collectuids GOTO runci
Expand Down Expand Up @@ -92,4 +93,4 @@

:doneci
@IF defined uptodatebuild call %devroot%\%projectname%\buildscript\ci\pushvar.cmd uptodatebuild
@cd %devroot%
@cd %devroot%\
2 changes: 1 addition & 1 deletion buildscript/modules/dist.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,6 @@
@IF EXIST libGLESv2_deprecated.dll REN libGLESv2_deprecated.dll libGLESv2.dll
@echo.
@endlocal
@cd %devroot%
@cd %devroot%\
@IF %cimode% EQU 0 pause
@IF %cimode% EQU 0 echo.
2 changes: 1 addition & 1 deletion buildscript/modules/swiftshader.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -141,4 +141,4 @@
:skipbuild
@rem Reset environment after swiftshader build.
@endlocal
@cd %devroot%
@cd %devroot%\

0 comments on commit ead5b4e

Please sign in to comment.