Updates for VC++ projects.

This commit is contained in:
Ben Vanik
2013-02-06 19:57:45 -08:00
parent 7435a327f7
commit 7009cd8047
3 changed files with 22 additions and 2 deletions

View File

@@ -88,6 +88,15 @@
'OPENSSL_NO_INLINE_ASM',
'OPENSSL_NO_NEXTPROTONEG',
],
'conditions': [
['OS == "win"', {
'defines': [
'_WIN64=1',
],
}],
],
'cflags': [
'-std=c99',
],
@@ -115,7 +124,10 @@
#'WarnAsError': 'true',
'DebugInformationFormat': '3',
'ExceptionHandling': '1', # /EHsc
'AdditionalOptions': ['/MP'],
'AdditionalOptions': [
'/MP',
'/TP', # Compile as C++
],
},
#'VCLibrarianTool': {
# 'AdditionalLibraryDirectories!':