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.
Move build/sign related tools into a separate folder
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
- Loading branch information
1 parent
8102789
commit 84b50b8
Showing
120 changed files
with
216 additions
and
225 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,4 +1,2 @@ | ||
@echo off | ||
call ..\..\Tools\clean.bat | ||
|
||
|
||
call ..\..\build\clean.bat |
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 Win11" ARM64 | ||
if "%VIRTIO_WIN_NO_ARM%"=="" call ..\build\build.bat balloon.sln "Win10 Win11" ARM64 | ||
if errorlevel 1 goto :eof | ||
call ..\tools\build.bat balloon.sln "Win10 Win11" %* | ||
call ..\build\build.bat balloon.sln "Win10 Win11" %* | ||
if errorlevel 1 goto :eof | ||
call ..\tools\build.bat sys\balloon.vcxproj "Win11_SDV" %* | ||
call ..\build\build.bat sys\balloon.vcxproj "Win11_SDV" %* |
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,2 +1,2 @@ | ||
@echo off | ||
call ..\..\Tools\clean.bat | ||
call ..\..\build\clean.bat |
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
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 netkvm-vs2015.sln "Win10 Win11" ARM64 | ||
if "%VIRTIO_WIN_NO_ARM%"=="" call ..\build\build.bat netkvm-vs2015.sln "Win10 Win11" ARM64 | ||
if errorlevel 1 goto :eof | ||
call ..\tools\build.bat netkvm-vs2015.sln "Win10 Win11" %* | ||
call ..\build\build.bat netkvm-vs2015.sln "Win10 Win11" %* | ||
if errorlevel 1 goto :eof | ||
call ..\tools\build.bat NetKVM-VS2015.vcxproj "Win11_SDV" %* | ||
call ..\build\build.bat NetKVM-VS2015.vcxproj "Win11_SDV" %* |
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 @@ | ||
setlocal | ||
call clean.bat | ||
call ..\Tools\SetVsEnv x86 | ||
call ..\build\SetVsEnv x86 | ||
|
||
mkdir Install | ||
|
||
|
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,4 +1,4 @@ | ||
@echo off | ||
if "%VIRTIO_WIN_NO_ARM%"=="" call ..\tools\build.bat VirtioLib.sln "Win10 Win11" ARM64 | ||
if "%VIRTIO_WIN_NO_ARM%"=="" call ..\build\build.bat VirtioLib.sln "Win10 Win11" ARM64 | ||
if errorlevel 1 goto :eof | ||
call ..\tools\build.bat VirtioLib.sln "Win10 Win11" %* | ||
call ..\build\build.bat VirtioLib.sln "Win10 Win11" %* |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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,4 +1,4 @@ | ||
@echo off | ||
call ..\tools\build.bat fwcfg.sln "Win10 Win11" %* | ||
call ..\build\build.bat fwcfg.sln "Win10 Win11" %* | ||
if errorlevel 1 goto :eof | ||
call ..\tools\build.bat fwcfg.vcxproj "Win11_SDV" %* | ||
call ..\build\build.bat fwcfg.vcxproj "Win11_SDV" %* |
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,5 +1,4 @@ | ||
@echo off | ||
|
||
rmdir /S /Q Install | ||
call ..\Tools\clean.bat | ||
|
||
call ..\build\clean.bat |
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 ivshmem.sln "Win10 Win11" ARM64 | ||
if "%VIRTIO_WIN_NO_ARM%"=="" call ..\build\build.bat ivshmem.sln "Win10 Win11" ARM64 | ||
if errorlevel 1 goto :eof | ||
call ..\tools\build.bat ivshmem.sln "Win10 Win11" %* | ||
call ..\build\build.bat ivshmem.sln "Win10 Win11" %* | ||
if errorlevel 1 goto :eof | ||
call ..\tools\build.bat ivshmem.vcxproj "Win11_SDV" %* | ||
call ..\build\build.bat ivshmem.vcxproj "Win11_SDV" %* |
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,7 +1,7 @@ | ||
@echo on | ||
|
||
rmdir /S /Q Install | ||
call ..\Tools\clean.bat | ||
call ..\build\clean.bat | ||
|
||
pushd test | ||
call cleanAll.bat | ||
|
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,2 +1,2 @@ | ||
@echo off | ||
call ..\..\Tools\clean.bat | ||
call ..\..\build\clean.bat |
Oops, something went wrong.