BUILD.Windows: Build idl headers separately.
authorGurucharan Shetty <gshetty@nicira.com>
Wed, 12 Mar 2014 17:04:27 +0000 (10:04 -0700)
committerGurucharan Shetty <gshetty@nicira.com>
Thu, 13 Mar 2014 16:17:46 +0000 (09:17 -0700)
commit2e49748ee038f4cf9125bf2db1f6e4d41cbfaa36
tree1a1f37513698b12f47eae72bc9e218dee949cf92
parent93904c85e0a166392d67e0ce5c7cbf1937497be6
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 <gshetty@nicira.com>
Acked-by: Ben Pfaff <blp@nicira.com>
BUILD.Windows