From b679c04086b27a18658253ce95dd78305ddeb672 Mon Sep 17 00:00:00 2001 From: kko Date: Sat, 7 Jul 2012 14:45:43 -0400 Subject: [PATCH] Disable multi-process compilation since it clashes with incremental linking. Disable a warning for a file we can do nothing about. Update .gitignore with a VS file type. --- .gitignore | 1 + win32/vc2010/Debug.props | 3 ++- win32/vc2010/PreRelease.props | 3 ++- win32/vc2010/Release.props | 1 + win32/vc2010/lua.vcxproj | 3 +++ 5 files changed, 9 insertions(+), 2 deletions(-) diff --git a/.gitignore b/.gitignore index a8a0de115..cb6ef948c 100644 --- a/.gitignore +++ b/.gitignore @@ -48,3 +48,4 @@ stamp-h1 *.orig pioneer-*.tar.* Thumbs.db +*.wwdb diff --git a/win32/vc2010/Debug.props b/win32/vc2010/Debug.props index 686b1d175..0554245a4 100755 --- a/win32/vc2010/Debug.props +++ b/win32/vc2010/Debug.props @@ -13,7 +13,8 @@ pch.h pch.h true - true + + diff --git a/win32/vc2010/PreRelease.props b/win32/vc2010/PreRelease.props index 7694f3bab..11681fbc8 100755 --- a/win32/vc2010/PreRelease.props +++ b/win32/vc2010/PreRelease.props @@ -14,7 +14,8 @@ Level3 MaxSpeed - true + + Speed WIN32;_DEBUG;_WINDOWS;%(PreprocessorDefinitions) Fast diff --git a/win32/vc2010/Release.props b/win32/vc2010/Release.props index 946a9ab8d..d78e5f181 100755 --- a/win32/vc2010/Release.props +++ b/win32/vc2010/Release.props @@ -23,6 +23,7 @@ pch.h pch.h StreamingSIMDExtensions2 + true diff --git a/win32/vc2010/lua.vcxproj b/win32/vc2010/lua.vcxproj index cea4cde3a..53d16f590 100644 --- a/win32/vc2010/lua.vcxproj +++ b/win32/vc2010/lua.vcxproj @@ -133,6 +133,7 @@ _LIB;%(PreprocessorDefinitions) + 4146 Windows @@ -146,6 +147,7 @@ ../../src;../../win32/src;../../win32/include;../../contrib + 4146 Windows @@ -160,6 +162,7 @@ _LIB;%(PreprocessorDefinitions) + 4146 Windows