aboutsummaryrefslogtreecommitdiff
path: root/projects/Windows/VC10
diff options
context:
space:
mode:
authorSteve Holme <steve_holme@hotmail.com>2014-05-22 07:02:17 +0100
committerSteve Holme <steve_holme@hotmail.com>2014-05-22 01:53:50 +0100
commit461d45ea7a459c15104c97cbcfa20ea3aa532c56 (patch)
tree1d83c28f85a5d81bdc11c05673b868e43b15759f /projects/Windows/VC10
parent32e9275edb296ba846e3104527f0c82bf26c2901 (diff)
build: Fixed incorrect reference to curl_setup.h in Visual Studio files
Fixed a copy / paste error from my 2011 project files.
Diffstat (limited to 'projects/Windows/VC10')
-rw-r--r--projects/Windows/VC10/src/curlsrc.tmpl4
1 files changed, 2 insertions, 2 deletions
diff --git a/projects/Windows/VC10/src/curlsrc.tmpl b/projects/Windows/VC10/src/curlsrc.tmpl
index 37f6ab8d7..1e8e4c2eb 100644
--- a/projects/Windows/VC10/src/curlsrc.tmpl
+++ b/projects/Windows/VC10/src/curlsrc.tmpl
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
<ItemGroup Label="ProjectConfigurations">
<ProjectConfiguration Include="DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32">
@@ -2443,9 +2443,9 @@ CURL_SRC_C_FILES
</ItemGroup>
<ItemGroup>
<ClInclude Include="..\..\..\..\lib\config-win32.h" />
+ <ClInclude Include="..\..\..\..\lib\curl_setup.h" />
<ClInclude Include="..\..\..\..\lib\nonblock.h" />
<ClInclude Include="..\..\..\..\lib\rawstr.h" />
- <ClInclude Include="..\..\..\..\lib\setup.h" />
<ClInclude Include="..\..\..\..\lib\strtoofft.h" />
<ClInclude Include="..\..\..\..\lib\warnless.h" />
CURL_SRC_H_FILES