aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC7/src/curlsrc.tmpl
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-06-28 13:25:19 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-07-17 20:39:04 +0100
commit2856027e59d82c0deb410ab0c7eeb4257436543e (patch)
tree81e409857740b52f8ebc8d552085c252a83ba87a /projects/Windows/VC7/src/curlsrc.tmpl
parentfb93fa92162c059f060fdcd7cdc313dd0ea9d7d0 (diff)
build: Removed unnecessary ASM and Object file directives in VC7 to VC12
The curl tool project files for VC7 to VC12 would set these settings to $(IntDir) 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 these two settings.
Diffstat (limited to 'projects/Windows/VC7/src/curlsrc.tmpl')
-rw-r--r--projects/Windows/VC7/src/curlsrc.tmpl40
1 files changed, 0 insertions, 40 deletions
diff --git a/projects/Windows/VC7/src/curlsrc.tmpl b/projects/Windows/VC7/src/curlsrc.tmpl
index c16bc09a9..c51349a86 100644
--- a/projects/Windows/VC7/src/curlsrc.tmpl
+++ b/projects/Windows/VC7/src/curlsrc.tmpl
@@ -27,8 +27,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -79,8 +77,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -131,8 +127,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -182,8 +176,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -236,8 +228,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -290,8 +280,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -344,8 +332,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -399,8 +385,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -451,8 +435,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -503,8 +485,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -555,8 +535,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -606,8 +584,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -660,8 +636,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -714,8 +688,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -769,8 +741,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -821,8 +791,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -872,8 +840,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -926,8 +892,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"
@@ -981,8 +945,6 @@
RuntimeLibrary="2"
EnableFunctionLevelLinking="TRUE"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
CompileAs="0"/>
@@ -1032,8 +994,6 @@
BasicRuntimeChecks="3"
RuntimeLibrary="3"
PrecompiledHeaderFile="$(IntDir)$(TargetName).pch"
- AssemblerListingLocation="$(IntDir)"
- ObjectFile="$(IntDir)\"
WarningLevel="3"
SuppressStartupBanner="TRUE"
DebugInformationFormat="3"