Skip to content

Commit

Permalink
Move build/sign related tools into a separate folder
Browse files Browse the repository at this point in the history
Signed-off-by: Konstantin Kostiuk <kkostiuk@redhat.com>
  • Loading branch information
kostyanf14 authored and YanVugenfirer committed Oct 13, 2024
1 parent 8102789 commit 84b50b8
Show file tree
Hide file tree
Showing 120 changed files with 216 additions and 225 deletions.
6 changes: 3 additions & 3 deletions Balloon/app/blnsvr.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@
<CharacterSet>Unicode</CharacterSet>
<TargetVersion>Windows10</TargetVersion>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\..\..\Tools\Driver.Common.props" />
<Import Project="$(MSBuildProjectDirectory)\..\..\build\Driver.Common.props" />
<Import Project="$(MSBuildProjectDirectory)\blnsvr.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
Expand Down Expand Up @@ -293,7 +293,7 @@
<ClCompile Include="utils.cpp" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project="$(MSBuildProjectDirectory)\..\..\Tools\Driver.Common.targets" />
<Import Project="$(MSBuildProjectDirectory)\..\..\build\Driver.Common.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 1 addition & 3 deletions Balloon/app/cleanAll.bat
Original file line number Diff line number Diff line change
@@ -1,4 +1,2 @@
@echo off
call ..\..\Tools\clean.bat


call ..\..\build\clean.bat
6 changes: 3 additions & 3 deletions Balloon/buildAll.bat
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" %*
2 changes: 1 addition & 1 deletion Balloon/sys/balloon.rc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <windows.h>
#include <ntverp.h>

#include "..\..\Tools\vendor.ver"
#include "..\..\build\vendor.ver"

#undef VER_FILEDESCRIPTION_STR
#undef VER_INTERNALNAME_STR
Expand Down
6 changes: 3 additions & 3 deletions Balloon/sys/balloon.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
<DriverType>KMDF</DriverType>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\balloon.props" />
<Import Project="$(MSBuildProjectDirectory)\..\..\Tools\Driver.Common.props" />
<Import Project="$(MSBuildProjectDirectory)\..\..\build\Driver.Common.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
Expand Down Expand Up @@ -180,7 +180,7 @@
<ClCompile Include="utils.c" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project="$(MSBuildProjectDirectory)\..\..\Tools\Driver.Common.targets" />
<Import Project="$(MSBuildProjectDirectory)\..\..\build\Driver.Common.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion Balloon/sys/cleanAll.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
call ..\..\Tools\clean.bat
call ..\..\build\clean.bat
2 changes: 1 addition & 1 deletion NetKVM/Common/quverp.h
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <windows.h>
#include <ntverp.h>

#include "..\..\Tools\vendor.ver"
#include "..\..\build\vendor.ver"

#undef __BUILDMACHINE__

Expand Down
8 changes: 4 additions & 4 deletions NetKVM/NetKVM-VS2015.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@
<InstallRoot>$(ProjectDir)Install</InstallRoot>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\NetKVM-VS2015.props" />
<Import Project="$(MSBuildProjectDirectory)\..\Tools\Driver.Common.props" />
<Import Project="$(MSBuildProjectDirectory)\..\build\Driver.Common.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
Expand Down Expand Up @@ -181,7 +181,7 @@
<Command>
copy /Y $(ProjectDir)NetKVM.DVL.XML $(ProjectDir)Install\$(TargetOS)\$(TargetArch)
copy /Y $(IntDir)vc.nativecodeanalysis.all.xml $(ProjectDir)
call "..\Tools\dvl1903.bat" "$(ProjectDir)\$(IntDir)" "$(TargetName)" "$(Configuration)" "$(Platform)"
call "..\build\dvl1903.bat" "$(ProjectDir)\$(IntDir)" "$(TargetName)" "$(Configuration)" "$(Platform)"
copy /Y $(ProjectDir)NetKVM.DVL.XML $(ProjectDir)Install\$(TargetOS)\$(TargetArch)\NetKVM.DVL-win10.XML
</Command>
<Inputs>$(IntDir)vc.nativecodeanalysis.all.xml;$(ProjectDir)NetKVM.DVL.XML</Inputs>
Expand Down Expand Up @@ -262,7 +262,7 @@
<Inf Include="$(SourceInfFile)" CopyOutput="netkvm.inf" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project="$(MSBuildProjectDirectory)\..\Tools\Driver.Common.targets" />
<Import Project="$(MSBuildProjectDirectory)\..\build\Driver.Common.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
6 changes: 3 additions & 3 deletions NetKVM/NotifyObject/notifyobject.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@
<DriverTargetPlatform>Desktop</DriverTargetPlatform>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\notifyobject.props" />
<Import Project="..\..\Tools\Driver.Common.props" />
<Import Project="..\..\build\Driver.Common.props" />
<PropertyGroup>
<OutDir>$(ProjectDir)$(PlatformTarget)\$(ConfigurationName)\</OutDir>
</PropertyGroup>
Expand Down Expand Up @@ -120,9 +120,9 @@
<None Exclude="@(None)" Include="*.ico;*.cur;*.bmp;*.dlg;*.rct;*.gif;*.jpg;*.jpeg;*.wav;*.jpe;*.tiff;*.tif;*.png;*.rc2" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project="..\..\Tools\Driver.Common.targets" />
<Import Project="..\..\build\Driver.Common.targets" />
<PropertyGroup>
<TargetExt>.dummy</TargetExt>
<TargetPath>$(OutDir)$(TargetName)$(TargetExt)</TargetPath>
</PropertyGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions NetKVM/ProtocolService/ProtocolService.rc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
#undef _NT_TARGET_MAJ
#define _NT_TARGET_MAJ 61

#include "..\..\Tools\vendor.ver"
#include "..\..\build\vendor.ver"
#undef __BUILDMACHINE__
#undef VER_FILEDESCRIPTION_STR
#undef VER_INTERNALNAME_STR
Expand All @@ -14,4 +14,4 @@
#define VER_FILEDESCRIPTION_STR VENDOR_DESC_PREFIX "VirtIO Protocol Service" VENDOR_DESC_POSTFIX
#define VER_INTERNALNAME_STR "netkvmp.exe"

#include "common.ver"
#include "common.ver"
4 changes: 2 additions & 2 deletions NetKVM/ProtocolService/ProtocolService.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,7 @@
<ConfigurationType>Application</ConfigurationType>
<CharacterSet>Unicode</CharacterSet>
</PropertyGroup>
<Import Project="..\..\Tools\Driver.Common.props" />
<Import Project="..\..\build\Driver.Common.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
Expand Down Expand Up @@ -236,4 +236,4 @@ echo _BUILD_MINOR_VERSION_=$(_BUILD_MINOR_VERSION_)
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
6 changes: 3 additions & 3 deletions NetKVM/buildAll.bat
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" %*
2 changes: 1 addition & 1 deletion NetKVM/clean_dvl_log.cmd
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
setlocal
call ..\Tools\SetVsEnv.bat
call ..\build\SetVsEnv.bat
rmdir /q /s sdv
msbuild.exe NetKVM-VS2015.vcxproj /t:clean /p:Configuration="Win10 Release" /P:Platform=x64
msbuild.exe NetKVM-VS2015.vcxproj /t:sdv /p:inputs="/clean" /p:Configuration="Win10 Release" /P:platform=x64
Expand Down
2 changes: 1 addition & 1 deletion Q35/buildAll.bat
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

Expand Down
4 changes: 2 additions & 2 deletions VirtIO/VirtioLib.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@
<TargetVersion>Windows10</TargetVersion>
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\..\Tools\Driver.Common.props" />
<Import Project="$(MSBuildProjectDirectory)\..\build\Driver.Common.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
Expand Down Expand Up @@ -133,4 +133,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions VirtIO/WDF/VirtioLib-WDF.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@
<PlatformToolset>WindowsKernelModeDriver10.0</PlatformToolset>
<KMDF_VERSION_MINOR>15</KMDF_VERSION_MINOR>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\..\..\Tools\Driver.Common.props" />
<Import Project="$(MSBuildProjectDirectory)\..\..\build\Driver.Common.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
Expand Down Expand Up @@ -132,4 +132,4 @@
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
4 changes: 2 additions & 2 deletions VirtIO/buildAll.bat
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.
36 changes: 18 additions & 18 deletions buildAll.bat
Original file line number Diff line number Diff line change
@@ -1,42 +1,42 @@
@echo off

if "%VIRTIO_WIN_NO_ARM%"=="" call tools\build.bat virtio-win.sln "Win10 Win11" ARM64
if "%VIRTIO_WIN_NO_ARM%"=="" call build\build.bat virtio-win.sln "Win10 Win11" ARM64
if errorlevel 1 goto :fail

call tools\build.bat virtio-win.sln "Win10 Win11" %*
call build\build.bat virtio-win.sln "Win10 Win11" %*
if errorlevel 1 goto :fail
call tools\build.bat NetKVM\NetKVM-VS2015.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat NetKVM\NetKVM-VS2015.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat vioscsi\vioscsi.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat vioscsi\vioscsi.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat viostor\viostor.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat viostor\viostor.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
if "%VIRTIO_WIN_SDV_2022%"=="" goto :nosdv2022
call tools\build.bat Balloon\sys\balloon.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat Balloon\sys\balloon.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat fwcfg64\fwcfg.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat fwcfg64\fwcfg.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat ivshmem\ivshmem.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat ivshmem\ivshmem.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat pvpanic\pvpanic\pvpanic.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat pvpanic\pvpanic\pvpanic.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat viorng\viorng\viorng.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat viorng\viorng\viorng.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat vioserial\sys\vioser.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat vioserial\sys\vioser.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat viosock\sys\viosock.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat viosock\sys\viosock.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat viosock\wsk\wsk.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat viosock\wsk\wsk.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat viosock\viosock-wsk-test\viosock-wsk-test.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat viosock\viosock-wsk-test\viosock-wsk-test.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat viofs\pci\viofs.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat viofs\pci\viofs.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat vioinput\hidpassthrough\hidpassthrough.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat vioinput\hidpassthrough\hidpassthrough.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat vioinput\sys\vioinput.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat vioinput\sys\vioinput.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail
call tools\build.bat viomem\sys\viomem.vcxproj "Win10_SDV Win11_SDV" %*
call build\build.bat viomem\sys\viomem.vcxproj "Win10_SDV Win11_SDV" %*
if errorlevel 1 goto :fail


Expand Down
2 changes: 1 addition & 1 deletion fwcfg/buildAll.bat
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

inf2cat /uselocaltime /driver:. /os:6_3_X86,6_3_X64,Server6_3_X64,10_X86,10_X64,Server10_X64

Expand Down
4 changes: 2 additions & 2 deletions fwcfg64/buildAll.bat
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" %*
3 changes: 1 addition & 2 deletions fwcfg64/cleanAll.bat
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
2 changes: 1 addition & 1 deletion fwcfg64/fwcfg.rc
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
#include <windows.h>
#include <ntverp.h>

#include "..\Tools\vendor.ver"
#include "..\build\vendor.ver"

#undef VER_FILEDESCRIPTION_STR
#undef VER_INTERNALNAME_STR
Expand Down
6 changes: 3 additions & 3 deletions fwcfg64/fwcfg.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@
<KMDF_VERSION_MINOR>15</KMDF_VERSION_MINOR>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\fwcfg.props" />
<Import Project="$(MSBuildProjectDirectory)\..\Tools\Driver.Common.props" />
<Import Project="$(MSBuildProjectDirectory)\..\build\Driver.Common.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
Expand Down Expand Up @@ -209,7 +209,7 @@
<FilesToPackage Include="$(TargetPath)" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project="$(MSBuildProjectDirectory)\..\Tools\Driver.Common.targets" />
<Import Project="$(MSBuildProjectDirectory)\..\build\Driver.Common.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
6 changes: 3 additions & 3 deletions ivshmem/buildAll.bat
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" %*
2 changes: 1 addition & 1 deletion ivshmem/cleanAll.bat
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
Expand Down
2 changes: 1 addition & 1 deletion ivshmem/ivshmem.rc
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
#include <windows.h>
#include <ntverp.h>

#include "..\Tools\vendor.ver"
#include "..\build\vendor.ver"

#undef VER_FILEDESCRIPTION_STR
#undef VER_INTERNALNAME_STR
Expand Down
6 changes: 3 additions & 3 deletions ivshmem/ivshmem.vcxproj
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@
<KMDF_VERSION_MINOR>15</KMDF_VERSION_MINOR>
</PropertyGroup>
<Import Project="$(MSBuildProjectDirectory)\ivshmem.props" />
<Import Project="$(MSBuildProjectDirectory)\..\Tools\Driver.Common.props" />
<Import Project="$(MSBuildProjectDirectory)\..\build\Driver.Common.props" />
<ImportGroup Label="ExtensionSettings">
</ImportGroup>
<ImportGroup Label="PropertySheets">
Expand Down Expand Up @@ -202,7 +202,7 @@
<FilesToPackage Include="$(TargetPath)" />
</ItemGroup>
<Import Project="$(VCTargetsPath)\Microsoft.Cpp.targets" />
<Import Project="$(MSBuildProjectDirectory)\..\Tools\Driver.Common.targets" />
<Import Project="$(MSBuildProjectDirectory)\..\build\Driver.Common.targets" />
<ImportGroup Label="ExtensionTargets">
</ImportGroup>
</Project>
</Project>
2 changes: 1 addition & 1 deletion ivshmem/test/cleanAll.bat
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
@echo off
call ..\..\Tools\clean.bat
call ..\..\build\clean.bat
Loading

0 comments on commit 84b50b8

Please sign in to comment.