forked from virtio-win/kvm-guest-drivers-windows
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update build scripts to use EWDK 11 21H2 for Win10 target and EWDK 11 22H2 for Win11 target Signed-off-by: Kostiantyn Kostiuk <konstantin@daynix.com>
- Loading branch information
1 parent
d68cf27
commit 4c4d181
Showing
77 changed files
with
2,936 additions
and
85 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
@echo off | ||
if "%VIRTIO_WIN_NO_ARM%"=="" call ..\tools\build.bat balloon.sln Win10 ARM64 | ||
if "%VIRTIO_WIN_NO_ARM%"=="" call ..\tools\build.bat balloon.sln "Win10 Win11" ARM64 | ||
if errorlevel 1 goto :eof | ||
call ..\tools\build.bat balloon.sln "Win10" %* | ||
call ..\tools\build.bat balloon.sln "Win10 Win11" %* | ||
if errorlevel 1 goto :eof | ||
call ..\tools\build.bat sys\balloon.vcxproj "Win10_SDV" %* | ||
call ..\tools\build.bat sys\balloon.vcxproj "Win11_SDV" %* |
Oops, something went wrong.