summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArnon Gilboa <agilboa@redhat.com>2011-05-22 14:59:55 +0300
committerArnon Gilboa <agilboa@redhat.com>2011-05-22 14:59:55 +0300
commitd9cdfd4f16a7f716f08c8be6d7f2772546f5e14c (patch)
tree90db1d6dad1ec4438bfe7bec2abade3db15ca3e2
parent7bf01c661b78aa05534476bf19d47ba1010ca6cb (diff)
client/windows: remove precompiled header for common.h (fix broken windows debug build)
-Release currently doesn't use precompiled headers at all -Debug is broken since common/*.c files don't include common.h -PCH can be enabled for all but specifically-chosen c-files
-rw-r--r--client/windows/redc.vcproj8
1 files changed, 4 insertions, 4 deletions
diff --git a/client/windows/redc.vcproj b/client/windows/redc.vcproj
index 17032f7..38bcb36 100644
--- a/client/windows/redc.vcproj
+++ b/client/windows/redc.vcproj
@@ -54,8 +54,8 @@
MinimalRebuild="false"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="common.h"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderThrough=""
WarningLevel="3"
WarnAsError="false"
Detect64BitPortabilityProblems="false"
@@ -142,8 +142,8 @@
MinimalRebuild="false"
BasicRuntimeChecks="3"
RuntimeLibrary="1"
- UsePrecompiledHeader="1"
- PrecompiledHeaderThrough="common.h"
+ UsePrecompiledHeader="0"
+ PrecompiledHeaderThrough=""
WarningLevel="3"
WarnAsError="false"
Detect64BitPortabilityProblems="false"