Build Windows include runtime
authorAlin Serdean <aserdean@cloudbasesolutions.com>
Fri, 26 Feb 2016 13:59:10 +0000 (13:59 +0000)
committerBen Pfaff <blp@ovn.org>
Mon, 14 Mar 2016 17:22:44 +0000 (10:22 -0700)
commit6ad62effc933757d2c919bfc73d379b72bbc6706
tree29b52bc86186ecb54dc625e81c81565648cd9a43
parent6d8822103af351807461acdf23833d6c0f7d0bad
Build Windows include runtime

This patch adds the Visual Studio runtime to the binaries by adding
the code generation compile flags: MT (release version) and MTd (debug
version).

More on the subject can be found under:
https://msdn.microsoft.com/en-us/library/2kzt1wy3%28v=vs.120%29.aspx

This helps shipping binaries and guaranteeing the runtime uses the specific
version

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