From 3ea2cfd95a279a294a0fcfac9add069fa0e31cc8 Mon Sep 17 00:00:00 2001 From: Alin Gabriel Serdean Date: Thu, 24 Sep 2020 09:18:39 +0300 Subject: datapath_windows: Add datapath_windows target It is useful to build the latest supported version of the driver using the `make` command. Signed-off-by: Alin Gabriel Serdean Acked-by: Ilya Maximets --- datapath-windows/automake.mk | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'datapath-windows') diff --git a/datapath-windows/automake.mk b/datapath-windows/automake.mk index b8cf5dd95..60b3d6033 100644 --- a/datapath-windows/automake.mk +++ b/datapath-windows/automake.mk @@ -90,3 +90,7 @@ datapath_windows_analyze: all MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win10Analyze" MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win8.1Analyze" MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win8Analyze" + +datapath_windows: all + MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win10Debug" + MSBuild.exe //nologo //maxcpucount datapath-windows/ovsext.sln /target:Build /property:Configuration="Win10Release" -- cgit v1.2.1