mirror of
https://github.com/curl/curl.git
synced 2026-08-05 21:16:13 +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
|
|
@ -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>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue