Add build system for compiling under MSVC x64
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Wed, 23 Sep 2015 17:30:32 +0000 (17:30 +0000)
committerGurucharan Shetty <gshetty@nicira.com>
Tue, 29 Sep 2015 18:17:42 +0000 (11:17 -0700)
commit1cb3649c0bbacf4f3cea353d02a5e1217b5294b4
tree47ea041e4038d65bfa1d5c14984b2118037988f3
parent34e1211b9a05d42a77cfac185361fc0539f77b21
Add build system for compiling under MSVC x64

This patch adds the modifications needed to compile under x64 under
Windows:
- created a new macro for testing if we are compiling under x64.
this will define the linker flag: "/MACHINE:X64" as per documentation
(https://msdn.microsoft.com/en-us/library/9yb4317s.aspx).

- added x64 pthread libraries under the pthread defines

- add documentation on how to build under x64

Signed-off-by: Alin Gabriel Serdean <aserdean@cloudbasesolutions.com>
Signed-off-by: Gurucharan Shetty <gshetty@nicira.com>
INSTALL.Windows.md
Makefile.am
configure.ac
m4/openvswitch.m4
windows/automake.mk