Skip to content

Commit

Permalink
Tag 23.3.0-rc2
Browse files Browse the repository at this point in the history
  • Loading branch information
pal1000 committed Nov 2, 2023
1 parent 68f6450 commit 01a30a5
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
6 changes: 3 additions & 3 deletions buildinfo/msvc.txt
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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
4 changes: 1 addition & 3 deletions buildscript/modules/winflexbison.cmd
Original file line number Diff line number Diff line change
@@ -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%

0 comments on commit 01a30a5

Please sign in to comment.