Skip to content

Commit

Permalink
Release 17.3.1.501-1
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Dec 21, 2017
1 parent 2c66e53 commit 5df1fac
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 13 deletions.
5 changes: 3 additions & 2 deletions buildenvconf.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,8 +21,9 @@ Windows XP support for C++ installed | Yes
LLVM Version | 5.0.1
CMake version | 3.10.1
CMake ARCH | x64
LLVM build configure x64[1] | cd llvm-5.0.1-src & md cmake-x64 & cd cmake-x64 & cmake -G "Ninja" -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=1 -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX=../x64 ..
LLVM build configure x86[2] | cd llvm-5.0.1-src & md cmake-x86 & cd cmake-x86 & cmake -G "Ninja" -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=1 -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX=../x86 ..
Ninja version | 1.8.2
LLVM build configure x64[1] | cd llvm-5.0.1.src & md cmake-x64 & cd cmake-x64 & cmake -G "Ninja" -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=1 -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX=../x64 ..
LLVM build configure x86[2] | cd llvm-5.0.1.src & md cmake-x86 & cd cmake-x86 & cmake -G "Ninja" -DLLVM_TARGETS_TO_BUILD=X86 -DCMAKE_BUILD_TYPE=Release -DLLVM_USE_CRT_RELEASE=MT -DLLVM_ENABLE_RTTI=1 -DLLVM_ENABLE_TERMINFO=OFF -DCMAKE_INSTALL_PREFIX=../x86 ..
LLVM build execute[3] | ninja install

[1]Executed from an x64 Native Tools Command Prompt for VS 2017 shell
Expand Down
2 changes: 1 addition & 1 deletion mesa3d.iss
Original file line number Diff line number Diff line change
Expand Up @@ -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.0.500-1"
#define MyAppVersion "17.3.1.501-1"
#define MyAppPublisher "Pal100x"
#define MyAppURL "https://github.com/pal1000/mesa-dist-win"
#define MyAppExeName "mesa-{#MyAppVersion}-setup.exe"
Expand Down
2 changes: 1 addition & 1 deletion readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
- [Manual OpenGL context configuration](#manual-opengl-context-configuration)

# Downloads
Mesa 17.3.0 builds are now available in [releases section](https://github.com/pal1000/mesa-dist-win/releases)
Mesa 17.3.1 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:
Expand Down
9 changes: 0 additions & 9 deletions relnotes.md

This file was deleted.

0 comments on commit 5df1fac

Please sign in to comment.