Re: [ovs-dev] [PATCH] BUILD.Windows: Build idl headers separately.

2014-03-13 Thread Ben Pfaff
On Wed, Mar 12, 2014 at 11:21:26AM -0700, Gurucharan Shetty wrote: > 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 header

[ovs-dev] [PATCH] BUILD.Windows: Build idl headers separately.

2014-03-12 Thread Gurucharan Shetty
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