From 9cf620e249013f5fab696afc129af0ddcd4f8f90 Mon Sep 17 00:00:00 2001 From: Michael Wetherell Date: Wed, 3 Aug 2005 11:50:32 +0000 Subject: [PATCH] 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 --- build/bakefiles/files.bkl | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) 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) -- 2.45.2