summaryrefslogtreecommitdiff
path: root/datapath-windows
diff options
context:
space:
mode:
authorAlin Gabriel Serdean <aserdean@ovn.org>2020-09-24 09:18:39 +0300
committerAlin Gabriel Serdean <aserdean@cloudbasesolutions.com>2020-10-04 22:09:41 +0300
commit3ea2cfd95a279a294a0fcfac9add069fa0e31cc8 (patch)
tree5c8c492131329b3fd9766847fd4e22cbcbcd8d0a /datapath-windows
parent809e13ed21a8e4692734bf63c99ddaf53ff87b1f (diff)
downloadopenvswitch-3ea2cfd95a279a294a0fcfac9add069fa0e31cc8.tar.gz
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 <aserdean@ovn.org> Acked-by: Ilya Maximets <i.maximets@ovn.org>
Diffstat (limited to 'datapath-windows')
-rw-r--r--datapath-windows/automake.mk4
1 files changed, 4 insertions, 0 deletions
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"