aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC7
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-06-28 13:41:05 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-07-17 20:39:16 +0100
commitaf46c96d65c42944c9b06976017968599fa86024 (patch)
tree4f651267892637665dce848950c6fcac3b39977e /projects/Windows/VC7
parent2856027e59d82c0deb410ab0c7eeb4257436543e (diff)
build: Removed unnecessary Precompiled Header file directive in VC7 to VC12
The curl tool project files for VC7 to VC12 would set this settings to $(IntDir)$(TargetName).pch which is the Visual Studio default value. To avoid confusion when viewing settings from within Visual Studio and for consistency with the libcurl project files removed this setting. Conflicts: projects/Windows/VC10/src/curlsrc.tmpl projects/Windows/VC11/src/curlsrc.tmpl projects/Windows/VC12/src/curlsrc.tmpl projects/Windows/VC8/src/curlsrc.tmpl projects/Windows/VC9/src/curlsrc.tmpl
Diffstat (limited to 'projects/Windows/VC7')
-rw-r--r--projects/Windows/VC7/src/curlsrc.tmpl20
1 files changed, 0 insertions, 20 deletions
diff --git a/projects/Windows/VC7/src/curlsrc.tmpl b/projects/Windows/VC7/src/curlsrc.tmpl
index c51349a86..bac7af632 100644
--- a/projects/Windows/VC7/src/curlsrc.tmpl
+++ b/projects/Windows/VC7/src/curlsrc.tmpl
@@ -26,7 +26,6 @@
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -76,7 +75,6 @@
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -126,7 +124,6 @@
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -175,7 +172,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,CURL_STATICLIB"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -227,7 +223,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,CURL_STATICLIB"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -279,7 +274,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -331,7 +325,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,CURL_STATICLIB"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -384,7 +377,6 @@
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -434,7 +426,6 @@
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -484,7 +475,6 @@
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -534,7 +524,6 @@
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -583,7 +572,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,CURL_STATICLIB"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -635,7 +623,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,CURL_STATICLIB"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -687,7 +674,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -740,7 +726,6 @@
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -790,7 +775,6 @@
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -839,7 +823,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -891,7 +874,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE,CURL_STATICLIB"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -944,7 +926,6 @@
StringPooling="TRUE"
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -993,7 +974,6 @@
PreprocessorDefinitions="WIN32,_DEBUG,_CONSOLE"
BasicRuntimeChecks="3"
RuntimeLibrary="3"
- PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"