Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bilam committed Nov 10, 2024
1 parent 673bbd0 commit cabf807
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions script/makewin.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@ IF "%~2"=="x86" GOTO L0
IF "%~2"=="x64" GOTO L0
IF "%~2" NEQ "arm64" EXIT /b 1
set PATH=%GITHUB_WORKSPACE%\Qt\%1\msvc2019_64\bin;%PATH%
CALL "c:\program files\microsoft visual studio\2022\community\vc\auxiliary\build\vcvarsamd64_arm64.bat"
:L0

@rem CALL "C:\Program Files (x86)\Microsoft Visual Studio\2019\Enterprise\VC\Auxiliary\Build\vcvars64.bat"
Expand All @@ -24,7 +25,7 @@ IF "%~2"=="arm64" GOTO L01A
qmake
GOTO L01C
:L01A
qmake.exe -spec %GITHUB_WORKSPACE%\Qt\%1\msvc2019_arm64\mkspecs\win32-arm64-msvc
qmake -spec win32-arm64-msvc
:L01C
IF %ERRORLEVEL% NEQ 0 EXIT /b %ERRORLEVEL%
nmake
Expand All @@ -34,7 +35,7 @@ IF "%~2"=="arm64" GOTO L02A
qmake
GOTO L02C
:L02A
qmake.exe -spec %GITHUB_WORKSPACE%\Qt\%1\msvc2019_arm64\mkspecs\win32-arm64-msvc
qmake -spec win32-arm64-msvc
:L02C
IF %ERRORLEVEL% NEQ 0 EXIT /b %ERRORLEVEL%
nmake
Expand Down Expand Up @@ -79,7 +80,7 @@ IF "%~2"=="arm64" GOTO L05A
qmake
GOTO L05C
:L05A
qmake.exe -spec %GITHUB_WORKSPACE%\Qt\%1\msvc2019_arm64\mkspecs\win32-arm64-msvc
qmake -spec win32-arm64-msvc
:L05C
IF %ERRORLEVEL% NEQ 0 EXIT /b %ERRORLEVEL%
nmake
Expand All @@ -89,7 +90,7 @@ IF "%~2"=="arm64" GOTO L06A
qmake
GOTO L06C
:L06A
qmake.exe -spec %GITHUB_WORKSPACE%\Qt\%1\msvc2019_arm64\mkspecs\win32-arm64-msvc
qmake -spec win32-arm64-msvc
:L06C
IF %ERRORLEVEL% NEQ 0 EXIT /b %ERRORLEVEL%
nmake
Expand Down

0 comments on commit cabf807

Please sign in to comment.