From: Gurucharan Shetty Date: Wed, 12 Mar 2014 17:04:27 +0000 (-0700) Subject: BUILD.Windows: Build idl headers separately. X-Git-Tag: v2.3~533 X-Git-Url: http://git.cascardo.eti.br/?a=commitdiff_plain;h=2e49748ee038f4cf9125bf2db1f6e4d41cbfaa36;p=cascardo%2Fovs.git BUILD.Windows: Build idl headers separately. idl headers won't be built, if we build individual executables e..g., "make ovsbd/ovsdb-server.exe". According to http://www.gnu.org/software/automake/manual/html_node/Built-Sources-Example.html we may have to add the headers as dependecies for every executables. Currently the lack of a ovs-appctl port to Windows prevents us from running just a "make". We plan to get ovs-appctl port done soon. Till then, call out that the idl headers need to be built separately. Signed-off-by: Gurucharan Shetty Acked-by: Ben Pfaff --- diff --git a/BUILD.Windows b/BUILD.Windows index c640e282e..9bbaa8007 100644 --- a/BUILD.Windows +++ b/BUILD.Windows @@ -58,6 +58,7 @@ or from a distribution tar ball. * Run make for the ported executables in the top source directory, e.g.: + % make lib/vswitch-idl.h lib/vtep-idl.h % make utilities/ovs-vsctl.exe ovsdb/ovsdb-server.exe OpenSSL, Open vSwitch and Visual C++