From 01a30a509a56fdde8c67424c6c75c84ca0fa8bcb Mon Sep 17 00:00:00 2001 From: pal1000 <liviuprodea@yahoo.com> Date: Thu, 2 Nov 2023 23:10:06 +0200 Subject: [PATCH] Tag 23.3.0-rc2 --- buildinfo/msvc.txt | 6 +++--- buildscript/modules/winflexbison.cmd | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/buildinfo/msvc.txt b/buildinfo/msvc.txt index 8cf7420c..9a159a56 100644 --- a/buildinfo/msvc.txt +++ b/buildinfo/msvc.txt @@ -1,7 +1,7 @@ Build environment ----------------- Windows 10.0.20348 -Ressource Hacker 5.2.3.379 +Ressource Hacker 5.2.4.386 7-Zip 23.01 ultra compression Git 2.42.0.2 Visual Studio Build Tools 2022 v17.7.6 @@ -20,14 +20,14 @@ setuptools 68.2.2 CMake 3.27.7 Ninja 1.11.1 -LLVM 17.0.3 +LLVM 17.0.4 SPIRV Tools 2023.5.1 Winflexbison package 2.5.25 flex 2.6.4 Bison 3.8.2 pkgconf 2.0.3 zlib 1.3 -OpenCLonD3D12 ICD 2023.04.06 +OpenCLonD3D12 ICD 2023.10.31 libva 2.20.0 VA-API 1.20.0 DirectX headers 1.611.0 diff --git a/buildscript/modules/winflexbison.cmd b/buildscript/modules/winflexbison.cmd index 0f844d56..57844433 100644 --- a/buildscript/modules/winflexbison.cmd +++ b/buildscript/modules/winflexbison.cmd @@ -1,12 +1,10 @@ @setlocal @rem winflexbison. Can have all states. @if NOT EXIST "%devroot%\flexbison\" IF %msysstate% GTR 0 ( -@mklink /J "%devroot%\flexbison" "%msysloc%\usr\bin" -@echo. ) @set flexstate=2 @CMD /C EXIT 0 @where /q win_flex.exe @if NOT "%ERRORLEVEL%"=="0" set flexstate=1 -@IF %flexstate%==1 IF NOT EXIST "%devroot%\flexbison\*lex.exe" set flexstate=0 +@IF %flexstate%==1 IF NOT EXIST "%devroot%\flexbison\win_flex.exe" set flexstate=0 @endlocal&set flexstate=%flexstate%