diff --git a/buildscript/build.cmd b/buildscript/build.cmd index d56f54db..d2ff698f 100644 --- a/buildscript/build.cmd +++ b/buildscript/build.cmd @@ -124,10 +124,10 @@ @if NOT EXIST %LLVM% ( @echo Could not find LLVM, aborting mesa build. @echo. -@GOTO exit +@GOTO distcreate ) @set /p buildmesa=Begin mesa build. Proceed (y/n): -@if /i NOT "%buildmesa%"=="y" GOTO exit +@if /i NOT "%buildmesa%"=="y" GOTO distcreate @echo. @cd %mesa%\mesa @set swrdrv=n @@ -162,6 +162,7 @@ @echo. :distcreate +@if NOT EXIST %mesa%\mesa\build\windows-%longabi% GOTO exit @set /p dist=Create or update Mesa3D distribution package (y/n): @echo. @if /I NOT "%dist%"=="y" GOTO exit diff --git a/mesa3d.iss b/mesa3d.iss index fcfe28d3..530210d5 100644 --- a/mesa3d.iss +++ b/mesa3d.iss @@ -2,7 +2,7 @@ ; SEE THE DOCUMENTATION FOR DETAILS ON CREATING INNO SETUP SCRIPT FILES! #define MyAppName "Mesa3D software rendering drivers for Windows" -#define MyAppVersion "17.3.4.501-1" +#define MyAppVersion "17.3.5.501-1" #define MyAppPublisher "Pal100x" #define MyAppURL "https://github.com/pal1000/mesa-dist-win" #define MyAppExeName "mesa-{#MyAppVersion}-setup.exe" diff --git a/readme.md b/readme.md index 84934c05..efd8a40f 100644 --- a/readme.md +++ b/readme.md @@ -6,7 +6,7 @@ - [Manual OpenGL context configuration](#manual-opengl-context-configuration) # Downloads -Mesa 17.3.4 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases) +Mesa 17.3.5 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases) # Package contents The following Mesa3D drivers are shipped in each release: