[mapguide-commits] r5357 - trunk/MgDev/Oem/SQLite/src/SqliteDotNet
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Thu Oct 28 10:46:22 EDT 2010
Author: waltweltonlair
Date: 2010-10-28 07:46:22 -0700 (Thu, 28 Oct 2010)
New Revision: 5357
Modified:
trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.vcproj
Log:
The SqliteDotNet project was giving me compile errors related to precompiled headers. Just turn off precompiled headers for the project. The project is not compiled on a regular basis and doesn't benefit from precompiled headers.
Modified: trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.vcproj
===================================================================
--- trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.vcproj 2010-10-28 12:45:36 UTC (rev 5356)
+++ trunk/MgDev/Oem/SQLite/src/SqliteDotNet/SqliteDotNet.vcproj 2010-10-28 14:46:22 UTC (rev 5357)
@@ -51,7 +51,6 @@
MinimalRebuild="false"
BasicRuntimeChecks="0"
RuntimeLibrary="3"
- UsePrecompiledHeader="2"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -131,7 +130,6 @@
MinimalRebuild="false"
BasicRuntimeChecks="0"
RuntimeLibrary="3"
- UsePrecompiledHeader="2"
WarningLevel="3"
Detect64BitPortabilityProblems="true"
DebugInformationFormat="3"
@@ -209,7 +207,6 @@
PreprocessorDefinitions="WIN32;NDEBUG"
MinimalRebuild="false"
RuntimeLibrary="2"
- UsePrecompiledHeader="2"
WarningLevel="3"
DebugInformationFormat="3"
/>
@@ -284,7 +281,6 @@
PreprocessorDefinitions="WIN32;NDEBUG"
MinimalRebuild="false"
RuntimeLibrary="2"
- UsePrecompiledHeader="2"
WarningLevel="3"
DebugInformationFormat="3"
/>
@@ -368,38 +364,6 @@
<File
RelativePath=".\Stdafx.cpp"
>
- <FileConfiguration
- Name="Debug|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Debug|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|Win32"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
- <FileConfiguration
- Name="Release|x64"
- >
- <Tool
- Name="VCCLCompilerTool"
- UsePrecompiledHeader="1"
- />
- </FileConfiguration>
</File>
<File
RelativePath=".\Stdafx.h"
More information about the mapguide-commits
mailing list