From: Václav Slavík Date: Fri, 6 May 2005 16:13:27 +0000 (+0000) Subject: fix for future bakefile versions X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/30928f55c46eea3e83c110cfb0bc7f0ee7b583e7?ds=sidebyside fix for future bakefile versions git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33970 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/build/bakefiles/common.bkl b/build/bakefiles/common.bkl index 039c0ae34e..ef3900a40b 100644 --- a/build/bakefiles/common.bkl +++ b/build/bakefiles/common.bkl @@ -337,9 +337,17 @@ - - $(addPrefixToList('include\', wxwin.headersOnly(value))) - + + + + $(addPrefixToList('include\', wxwin.headersOnly(value))) + + + + + $(addPrefixToList('include\\', wxwin.headersOnly(value))) + +