Update MSYS2 MinGW version to 12.2.0
This is the version actually used for 3.2.2 binaries.
This commit is contained in:
parent
3f6e2ca578
commit
c98f9c9075
@ -11,7 +11,7 @@ rem Initialize the main log file with the current date and time
|
|||||||
echo %date% %time% : wxWidgets-%wxMAJOR_VERSION%.%wxMINOR_VERSION%.%wxRELEASE_NUMBER% build started > %MAINLOGFILE%
|
echo %date% %time% : wxWidgets-%wxMAJOR_VERSION%.%wxMINOR_VERSION%.%wxRELEASE_NUMBER% build started > %MAINLOGFILE%
|
||||||
|
|
||||||
rem Loop through all versions of the compiler
|
rem Loop through all versions of the compiler
|
||||||
for %%c in ( 730 810 1030 1210 ) do (
|
for %%c in ( 730 810 1030 1220 ) do (
|
||||||
rem For each version, create a 32 and a 64 bits build
|
rem For each version, create a 32 and a 64 bits build
|
||||||
for %%a in ( 32 64 ) do (
|
for %%a in ( 32 64 ) do (
|
||||||
call officialbuild.bat %%c %%a
|
call officialbuild.bat %%c %%a
|
||||||
|
@ -13,7 +13,7 @@ rem Check if architecture is present
|
|||||||
if "%2" == "" goto :NOPARAMS
|
if "%2" == "" goto :NOPARAMS
|
||||||
|
|
||||||
rem Define compiler's bin directory
|
rem Define compiler's bin directory
|
||||||
if "%1" == "1210" (
|
if "%1" == "1220" (
|
||||||
set COMPBINDIR=G:\msys64\mingw%2\bin
|
set COMPBINDIR=G:\msys64\mingw%2\bin
|
||||||
) else (
|
) else (
|
||||||
set COMPBINDIR=G:\MinGW%1-%2\bin
|
set COMPBINDIR=G:\MinGW%1-%2\bin
|
||||||
|
Loading…
Reference in New Issue
Block a user