datapath-windows: Update OVSEXT VS project to support 6.40
authorSorin Vinturis <svinturis@cloudbasesolutions.com>
Mon, 24 Nov 2014 16:17:34 +0000 (16:17 +0000)
committerBen Pfaff <blp@nicira.com>
Tue, 25 Nov 2014 16:48:03 +0000 (08:48 -0800)
commit58c9041008c930ba0b92f744a540e53ed7f5b922
treed0a5038969f0acd447e0c3bef1cd4cb03867f6c8
parentaded80d588bbc959c63579c609755638129f8098
datapath-windows: Update OVSEXT VS project to support 6.40

Added support for creating OVS extension driver NDIS 6.40 compliant.

Currently the OVSEXT Visual Studio project has four build configurations,
'Win8 Release', 'Win8 Debug', 'Win8.1 Release' and 'Win8.1 Debug'. All of
them are creating a binary that is NDIS 6.30 compliant. I have changed the
Win8.1 build configurations in order to create a binary that is NDIS 6.40
compliant.

In this way, the OVSEXT project is able to create a release/debug binary
that is NDIS 6.30 compliant, using the 'Win8 Release' and 'Win8 Debug'
build configurations, as well as a release/debug binary that is NDIS 6.40
compliant, using the 'Win8.1 Release' and 'Win8.1 Debug' build
configurations.

Signed-off-by: Sorin Vinturis <svinturis@cloudbasesolutions.com>
Acked-by: Eitan Eliahu <eliahue@vmware.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
datapath-windows/ovsext/ovsext.vcxproj