diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-05-22 07:02:17 +0100 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-05-22 01:53:50 +0100 |
commit | 461d45ea7a459c15104c97cbcfa20ea3aa532c56 (patch) | |
tree | 1d83c28f85a5d81bdc11c05673b868e43b15759f /projects/Windows/VC7 | |
parent | 32e9275edb296ba846e3104527f0c82bf26c2901 (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/VC7')
-rw-r--r-- | projects/Windows/VC7/src/curlsrc.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/projects/Windows/VC7/src/curlsrc.tmpl b/projects/Windows/VC7/src/curlsrc.tmpl index 189179a38..cb538ef0c 100644 --- a/projects/Windows/VC7/src/curlsrc.tmpl +++ b/projects/Windows/VC7/src/curlsrc.tmpl @@ -1116,13 +1116,13 @@ CURL_SRC_C_FILES RelativePath="..\..\..\..\lib\config-win32.h"> </File> <File - RelativePath="..\..\..\..\lib\nonblock.h"> + RelativePath="..\..\..\..\lib\curl_setup.h"> </File> <File - RelativePath="..\..\..\..\lib\rawstr.h"> + RelativePath="..\..\..\..\lib\nonblock.h"> </File> <File - RelativePath="..\..\..\..\lib\setup.h"> + RelativePath="..\..\..\..\lib\rawstr.h"> </File> <File RelativePath="..\..\..\..\lib\strtoofft.h"> |