mirror of
https://github.com/curl/curl.git
synced 2026-07-23 21:47:34 +03: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
9 changed files with 23 additions and 23 deletions
|
|
@ -17,7 +17,7 @@ CURLX_CFILES = \
|
|||
../lib/warnless.c
|
||||
|
||||
CURLX_HFILES = \
|
||||
../lib/setup.h \
|
||||
../lib/curl_setup.h \
|
||||
../lib/strtoofft.h \
|
||||
../lib/strdup.h \
|
||||
../lib/rawstr.h \
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue