Add build of ovsext.sln using MSBuild
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Thu, 28 Aug 2014 13:49:24 +0000 (13:49 +0000)
committerBen Pfaff <blp@nicira.com>
Thu, 28 Aug 2014 15:45:53 +0000 (08:45 -0700)
commitbd9d70250b2ebffe43a8863b89bf9b3157a940d6
treeb7e37c413b6b7b8a7b2aa8693703394ccd4a6266
parent3c5ce2c25c5c688ce23b8f72b0bba691dcd76264
Add build of ovsext.sln using MSBuild

This commit adds to the automake build system the full build required
by the forwarding extension solution.

It will help a lot in the future CI to check the full build of the project.

To configure the forwarding extension to be built one could use the following:
./configure CC=./build-aux/cccl LD="`which link`" LIBS="-lws2_32" \
    --prefix="C:/openvswitch/usr" --localstatedir="C:/openvswitch/var" \
    --sysconfdir="C:/openvswitch/etc" --with-pthread="C:/pthread" \
    --with-vstudioddk="Win8.1 Release"

Documentation will be updated in another patch.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp@nicira.com>
Acked-by: Saurabh Shah <ssaurabh@vmware.com>
Makefile.am
configure.ac
m4/openvswitch.m4