Remove references to non-existent wxWebRequest headers
Remove the platform-specific wxWebRequest headers from the files lists
and from MSVS 200x project files.
This should have been done in e5bd5a926c (Move backend-specific
wxWebRequest headers to private subdirs, 2020-12-26) manually, as
update-setup-h script doesn't remove the old files from the variable
definitions.
It notably fixes CMake build under MSW and Mac, which failed due to not
finding the referenced files.
This commit is contained in:
parent
7b6c4cb9e9
commit
a2a409f7a5
6 changed files with 2 additions and 27 deletions
|
|
@ -757,9 +757,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
src/msw/urlmsw.cpp
|
||||
src/msw/webrequest_winhttp.cpp
|
||||
</set>
|
||||
<set var="NET_WIN32_HDR" hints="files">
|
||||
wx/msw/webrequest_winhttp.h
|
||||
</set>
|
||||
|
||||
|
||||
<set var="NET_CMN_SRC" hints="files">
|
||||
|
|
@ -3523,9 +3520,6 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file!
|
|||
<if cond="PLATFORM_WIN32=='1'">$(NET_WIN32_SRC)</if>
|
||||
<if cond="PLATFORM_MACOSX=='1'">$(NET_UNIX_SRC) $(NET_OSX_SRC)</if>
|
||||
</set>
|
||||
<set var="NET_PLATFORM_HDR" hints="files">
|
||||
<if cond="PLATFORM_WIN32=='1'">$(NET_WIN32_HDR)</if>
|
||||
</set>
|
||||
|
||||
<set var="NET_SRC" hints="files">
|
||||
$(NET_CMN_SRC) $(NET_PLATFORM_SRC)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue