mirror of
https://github.com/moparisthebest/curl
synced 2024-12-22 08:08:50 -05:00
build: Fixed incorrect reference to curl_setup.h in Visual Studio files
Fixed a copy / paste error from my 2011 project files.
This commit is contained in:
parent
32e9275edb
commit
461d45ea7a
@ -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">
|
<Project DefaultTargets="Build" ToolsVersion="4.0" xmlns="http://schemas.microsoft.com/developer/msbuild/2003">
|
||||||
<ItemGroup Label="ProjectConfigurations">
|
<ItemGroup Label="ProjectConfigurations">
|
||||||
<ProjectConfiguration Include="DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32">
|
<ProjectConfiguration Include="DLL Debug - DLL OpenSSL - DLL LibSSH2|Win32">
|
||||||
@ -2443,9 +2443,9 @@ CURL_SRC_C_FILES
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\..\lib\config-win32.h" />
|
<ClInclude Include="..\..\..\..\lib\config-win32.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\lib\curl_setup.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\nonblock.h" />
|
<ClInclude Include="..\..\..\..\lib\nonblock.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\rawstr.h" />
|
<ClInclude Include="..\..\..\..\lib\rawstr.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\setup.h" />
|
|
||||||
<ClInclude Include="..\..\..\..\lib\strtoofft.h" />
|
<ClInclude Include="..\..\..\..\lib\strtoofft.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\warnless.h" />
|
<ClInclude Include="..\..\..\..\lib\warnless.h" />
|
||||||
CURL_SRC_H_FILES
|
CURL_SRC_H_FILES
|
||||||
|
@ -2483,9 +2483,9 @@ CURL_SRC_C_FILES
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\..\lib\config-win32.h" />
|
<ClInclude Include="..\..\..\..\lib\config-win32.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\lib\curl_setup.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\nonblock.h" />
|
<ClInclude Include="..\..\..\..\lib\nonblock.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\rawstr.h" />
|
<ClInclude Include="..\..\..\..\lib\rawstr.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\setup.h" />
|
|
||||||
<ClInclude Include="..\..\..\..\lib\strtoofft.h" />
|
<ClInclude Include="..\..\..\..\lib\strtoofft.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\warnless.h" />
|
<ClInclude Include="..\..\..\..\lib\warnless.h" />
|
||||||
CURL_SRC_H_FILES
|
CURL_SRC_H_FILES
|
||||||
|
@ -2483,9 +2483,9 @@ CURL_SRC_C_FILES
|
|||||||
</ItemGroup>
|
</ItemGroup>
|
||||||
<ItemGroup>
|
<ItemGroup>
|
||||||
<ClInclude Include="..\..\..\..\lib\config-win32.h" />
|
<ClInclude Include="..\..\..\..\lib\config-win32.h" />
|
||||||
|
<ClInclude Include="..\..\..\..\lib\curl_setup.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\nonblock.h" />
|
<ClInclude Include="..\..\..\..\lib\nonblock.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\rawstr.h" />
|
<ClInclude Include="..\..\..\..\lib\rawstr.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\setup.h" />
|
|
||||||
<ClInclude Include="..\..\..\..\lib\strtoofft.h" />
|
<ClInclude Include="..\..\..\..\lib\strtoofft.h" />
|
||||||
<ClInclude Include="..\..\..\..\lib\warnless.h" />
|
<ClInclude Include="..\..\..\..\lib\warnless.h" />
|
||||||
CURL_SRC_H_FILES
|
CURL_SRC_H_FILES
|
||||||
|
@ -596,6 +596,10 @@ SOURCE="..\..\..\..\lib\config-win32.h"
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
|
SOURCE=..\..\..\..\lib\curl_setup.h
|
||||||
|
# End Source File
|
||||||
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\..\..\lib\nonblock.h
|
SOURCE=..\..\..\..\lib\nonblock.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
@ -604,10 +608,6 @@ SOURCE=..\..\..\..\lib\rawstr.h
|
|||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
|
||||||
SOURCE=..\..\..\..\lib\setup.h
|
|
||||||
# End Source File
|
|
||||||
# Begin Source File
|
|
||||||
|
|
||||||
SOURCE=..\..\..\..\lib\strtoofft.h
|
SOURCE=..\..\..\..\lib\strtoofft.h
|
||||||
# End Source File
|
# End Source File
|
||||||
# Begin Source File
|
# Begin Source File
|
||||||
|
@ -1237,15 +1237,15 @@ CURL_SRC_C_FILES
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\config-win32.h">
|
RelativePath="..\..\..\..\lib\config-win32.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\..\lib\curl_setup.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\nonblock.h">
|
RelativePath="..\..\..\..\lib\nonblock.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\rawstr.h">
|
RelativePath="..\..\..\..\lib\rawstr.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\..\..\lib\setup.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\strtoofft.h">
|
RelativePath="..\..\..\..\lib\strtoofft.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -1115,15 +1115,15 @@ CURL_SRC_C_FILES
|
|||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\config-win32.h">
|
RelativePath="..\..\..\..\lib\config-win32.h">
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\..\lib\curl_setup.h">
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\nonblock.h">
|
RelativePath="..\..\..\..\lib\nonblock.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\rawstr.h">
|
RelativePath="..\..\..\..\lib\rawstr.h">
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\..\..\lib\setup.h">
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\strtoofft.h">
|
RelativePath="..\..\..\..\lib\strtoofft.h">
|
||||||
</File>
|
</File>
|
||||||
|
@ -3789,6 +3789,10 @@ CURL_SRC_C_FILES
|
|||||||
RelativePath="..\..\..\..\lib\config-win32.h"
|
RelativePath="..\..\..\..\lib\config-win32.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\..\lib\curl_setup.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\nonblock.h"
|
RelativePath="..\..\..\..\lib\nonblock.h"
|
||||||
>
|
>
|
||||||
@ -3797,10 +3801,6 @@ CURL_SRC_C_FILES
|
|||||||
RelativePath="..\..\..\..\lib\rawstr.h"
|
RelativePath="..\..\..\..\lib\rawstr.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\..\..\lib\setup.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\strtoofft.h"
|
RelativePath="..\..\..\..\lib\strtoofft.h"
|
||||||
>
|
>
|
||||||
|
@ -3750,6 +3750,10 @@ CURL_SRC_C_FILES
|
|||||||
RelativePath="..\..\..\..\lib\config-win32.h"
|
RelativePath="..\..\..\..\lib\config-win32.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
|
<File
|
||||||
|
RelativePath="..\..\..\..\lib\curl_setup.h"
|
||||||
|
>
|
||||||
|
</File>
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\nonblock.h"
|
RelativePath="..\..\..\..\lib\nonblock.h"
|
||||||
>
|
>
|
||||||
@ -3758,10 +3762,6 @@ CURL_SRC_C_FILES
|
|||||||
RelativePath="..\..\..\..\lib\rawstr.h"
|
RelativePath="..\..\..\..\lib\rawstr.h"
|
||||||
>
|
>
|
||||||
</File>
|
</File>
|
||||||
<File
|
|
||||||
RelativePath="..\..\..\..\lib\setup.h"
|
|
||||||
>
|
|
||||||
</File>
|
|
||||||
<File
|
<File
|
||||||
RelativePath="..\..\..\..\lib\strtoofft.h"
|
RelativePath="..\..\..\..\lib\strtoofft.h"
|
||||||
>
|
>
|
||||||
|
@ -17,7 +17,7 @@ CURLX_CFILES = \
|
|||||||
../lib/warnless.c
|
../lib/warnless.c
|
||||||
|
|
||||||
CURLX_HFILES = \
|
CURLX_HFILES = \
|
||||||
../lib/setup.h \
|
../lib/curl_setup.h \
|
||||||
../lib/strtoofft.h \
|
../lib/strtoofft.h \
|
||||||
../lib/strdup.h \
|
../lib/strdup.h \
|
||||||
../lib/rawstr.h \
|
../lib/rawstr.h \
|
||||||
|
Loading…
Reference in New Issue
Block a user