mirror of
https://github.com/curl/curl.git
synced 2026-08-25 06:53:31 +03:00
build: Use CURLX_* file lists for Visual Studio curl tool project generation
This commit is contained in:
parent
a7999da39e
commit
a9388b73b1
11 changed files with 65 additions and 212 deletions
|
|
@ -2435,19 +2435,11 @@
|
|||
</Bscmake>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\..\lib\nonblock.c" />
|
||||
<ClCompile Include="..\..\..\..\lib\rawstr.c" />
|
||||
<ClCompile Include="..\..\..\..\lib\strtoofft.c" />
|
||||
<ClCompile Include="..\..\..\..\lib\warnless.c" />
|
||||
CURL_SRC_X_C_FILES
|
||||
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\strtoofft.h" />
|
||||
<ClInclude Include="..\..\..\..\lib\warnless.h" />
|
||||
CURL_SRC_X_H_FILES
|
||||
CURL_SRC_H_FILES
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -2475,19 +2475,11 @@
|
|||
</Bscmake>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\..\lib\nonblock.c" />
|
||||
<ClCompile Include="..\..\..\..\lib\rawstr.c" />
|
||||
<ClCompile Include="..\..\..\..\lib\strtoofft.c" />
|
||||
<ClCompile Include="..\..\..\..\lib\warnless.c" />
|
||||
CURL_SRC_X_C_FILES
|
||||
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\strtoofft.h" />
|
||||
<ClInclude Include="..\..\..\..\lib\warnless.h" />
|
||||
CURL_SRC_X_H_FILES
|
||||
CURL_SRC_H_FILES
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -2475,19 +2475,11 @@
|
|||
</Bscmake>
|
||||
</ItemDefinitionGroup>
|
||||
<ItemGroup>
|
||||
<ClCompile Include="..\..\..\..\lib\nonblock.c" />
|
||||
<ClCompile Include="..\..\..\..\lib\rawstr.c" />
|
||||
<ClCompile Include="..\..\..\..\lib\strtoofft.c" />
|
||||
<ClCompile Include="..\..\..\..\lib\warnless.c" />
|
||||
CURL_SRC_X_C_FILES
|
||||
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\strtoofft.h" />
|
||||
<ClInclude Include="..\..\..\..\lib\warnless.h" />
|
||||
CURL_SRC_X_H_FILES
|
||||
CURL_SRC_H_FILES
|
||||
</ItemGroup>
|
||||
<ItemGroup>
|
||||
|
|
|
|||
|
|
@ -569,51 +569,13 @@ LINK32=link.exe
|
|||
# Begin Group "Source Files"
|
||||
|
||||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\lib\nonblock.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\lib\rawstr.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\lib\strtoofft.c
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\lib\warnless.c
|
||||
# End Source File
|
||||
CURL_SRC_X_C_FILES
|
||||
CURL_SRC_C_FILES
|
||||
# End Group
|
||||
# Begin Group "Header Files"
|
||||
|
||||
# PROP Default_Filter ""
|
||||
# Begin Source File
|
||||
|
||||
SOURCE="..\..\..\..\lib\config-win32.h"
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\lib\curl_setup.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\lib\nonblock.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\lib\rawstr.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\lib\strtoofft.h
|
||||
# End Source File
|
||||
# Begin Source File
|
||||
|
||||
SOURCE=..\..\..\..\lib\warnless.h
|
||||
# End Source File
|
||||
CURL_SRC_X_H_FILES
|
||||
CURL_SRC_H_FILES
|
||||
# End Group
|
||||
# Begin Group "Resource Files"
|
||||
|
|
|
|||
|
|
@ -1217,41 +1217,13 @@
|
|||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\nonblock.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\rawstr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\strtoofft.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\warnless.c">
|
||||
</File>
|
||||
CURL_SRC_X_C_FILES
|
||||
CURL_SRC_C_FILES
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\config-win32.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\curl_setup.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\nonblock.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\rawstr.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\strtoofft.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\warnless.h">
|
||||
</File>
|
||||
CURL_SRC_X_H_FILES
|
||||
CURL_SRC_H_FILES
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
|
|||
|
|
@ -1095,41 +1095,13 @@
|
|||
<Filter
|
||||
Name="Source Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\nonblock.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\rawstr.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\strtoofft.c">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\warnless.c">
|
||||
</File>
|
||||
CURL_SRC_X_C_FILES
|
||||
CURL_SRC_C_FILES
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
Filter="">
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\config-win32.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\curl_setup.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\nonblock.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\rawstr.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\strtoofft.h">
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\warnless.h">
|
||||
</File>
|
||||
CURL_SRC_X_H_FILES
|
||||
CURL_SRC_H_FILES
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
|
|||
|
|
@ -3764,51 +3764,13 @@
|
|||
<Filter
|
||||
Name="Source Files"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\nonblock.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\rawstr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\strtoofft.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\warnless.c"
|
||||
>
|
||||
</File>
|
||||
CURL_SRC_X_C_FILES
|
||||
CURL_SRC_C_FILES
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\config-win32.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\curl_setup.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\nonblock.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\rawstr.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\strtoofft.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\warnless.h"
|
||||
>
|
||||
</File>
|
||||
CURL_SRC_X_H_FILES
|
||||
CURL_SRC_H_FILES
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
|
|||
|
|
@ -3725,51 +3725,13 @@
|
|||
<Filter
|
||||
Name="Source Files"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\nonblock.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\rawstr.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\strtoofft.c"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\warnless.c"
|
||||
>
|
||||
</File>
|
||||
CURL_SRC_X_C_FILES
|
||||
CURL_SRC_C_FILES
|
||||
</Filter>
|
||||
<Filter
|
||||
Name="Header Files"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\config-win32.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\curl_setup.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\nonblock.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\rawstr.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\strtoofft.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\..\..\lib\warnless.h"
|
||||
>
|
||||
</File>
|
||||
CURL_SRC_X_H_FILES
|
||||
CURL_SRC_H_FILES
|
||||
</Filter>
|
||||
<Filter
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue