]> git.proxmox.com Git - mirror_ovs.git/blobdiff - datapath-windows/automake.mk
datapath-windows: Update flow key in SET action
[mirror_ovs.git] / datapath-windows / automake.mk
index 3820041f62e8ea00817ab84326c213976f6d49ae..b8cf5dd954eabc99ef766da7c4cd3178c30c8615 100644 (file)
@@ -3,6 +3,7 @@ EXTRA_DIST += \
        datapath-windows/Package/package.VcxProj.user \
        datapath-windows/include/OvsDpInterfaceExt.h \
        datapath-windows/include/OvsDpInterfaceCtExt.h \
+       datapath-windows/misc/DriverRecommendedRules.ruleset \
        datapath-windows/misc/OVS.psm1 \
        datapath-windows/misc/install.cmd \
        datapath-windows/misc/uninstall.cmd \
@@ -86,5 +87,6 @@ EXTRA_DIST += \
        datapath-windows/ovsext/resource.h
 
 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"