X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2224580a415da12d7c453943c4ae4a1b58ecd369..8a693e6e0460b6b3c32e4b6f114a3ab7b7cd24ea:/distrib/msw/tmake/base.t?ds=sidebyside diff --git a/distrib/msw/tmake/base.t b/distrib/msw/tmake/base.t index 420de365ef..eabcdf40da 100644 --- a/distrib/msw/tmake/base.t +++ b/distrib/msw/tmake/base.t @@ -52,7 +52,7 @@ } foreach $file (sort keys %wxUNIXINCLUDE) { - next unless $wxWXINCLUDE{$file} =~ /\bB\b/; + next unless $wxUNIXINCLUDE{$file} =~ /\bB\b/; $project{"BASE_HEADERS"} .= "unix/" . $file . " " }