From: Michael Wetherell Date: Wed, 3 Aug 2005 11:50:32 +0000 (+0000) Subject: Replace disjunction in with two ifs since it seems to be preventing baking X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/9cf620e249013f5fab696afc129af0ddcd4f8f90 Replace disjunction in with two ifs since it seems to be preventing baking git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@35058 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/files.bkl b/build/bakefiles/files.bkl index c95548b348..4e8fb48f81 100644 --- a/build/bakefiles/files.bkl +++ b/build/bakefiles/files.bkl @@ -2788,7 +2788,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(BASE_MACOSX_NOTWXMAC_HDR) - $(BASE_UNIX_HDR) + $(BASE_UNIX_HDR) + $(BASE_UNIX_HDR) $(BASE_WIN32_HDR) $(BASE_WINCE_HDR) $(BASE_MACOSX_HDR) $(BASE_PALMOS_HDR) @@ -2813,7 +2814,8 @@ IMPORTANT: please read docs/tech/tn0016.txt before modifying this file! $(NET_OS2_SRC) - $(NET_UNIX_HDR) + $(NET_UNIX_HDR) + $(NET_UNIX_HDR) $(NET_WIN32_HDR) $(NET_WINCE_HDR) $(NET_OS2_HDR) $(NET_UNIX_HDR)