build-windows: Enable parallel jobs for msbuild
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Thu, 11 Feb 2016 03:09:32 +0000 (03:09 +0000)
committerBen Pfaff <blp@ovn.org>
Tue, 23 Feb 2016 00:33:11 +0000 (16:33 -0800)
commite02b8fb02de5358bf86f06c4f3430a3bdfcc65f7
treed4f0471a4bed8b71e7b7fd25da0a6229018de245
parent981cbd52c9424fd625d6383d28fda2b9d5ba0fd5
build-windows: Enable parallel jobs for msbuild

This patch enables parallel build from the command line.

If vstudio_config is defined change from:
make ovsext_make to make ovsext and also update the dependecy for it,
since the project requires OvsDpInterface.h to be built.

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Acked-by: Sairam Venugopal <vsairam@vmware.com>
Signed-off-by: Ben Pfaff <blp@ovn.org>
Makefile.am