[ovs-git] [openvswitch/ovs] bd9d70: Add build of ovsext.sln using MSBuild

GitHub noreply at github.com
Thu Aug 28 15:47:45 UTC 2014


  Branch: refs/heads/master
  Home:   https://github.com/openvswitch/ovs
  Commit: bd9d70250b2ebffe43a8863b89bf9b3157a940d6
      https://github.com/openvswitch/ovs/commit/bd9d70250b2ebffe43a8863b89bf9b3157a940d6
  Author: Alin Serdean <aserdean at cloudbasesolutions.com>
  Date:   2014-08-28 (Thu, 28 Aug 2014)

  Changed paths:
    M Makefile.am
    M configure.ac
    M m4/openvswitch.m4

  Log Message:
  -----------
  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 at cloudbasesolutions.com>
Signed-off-by: Ben Pfaff <blp at nicira.com>
Acked-by: Saurabh Shah <ssaurabh at vmware.com>




More information about the git mailing list