]> git.proxmox.com Git - mirror_ovs.git/blobdiff - datapath-windows/automake.mk
cirrus: Use FreeBSD 12.2.
[mirror_ovs.git] / datapath-windows / automake.mk
index b8cf5dd954eabc99ef766da7c4cd3178c30c8615..60b3d603395d14ccae4e8fd66e5cfb5a1a798bd8 100644 (file)
@@ -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"