git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13315
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
foreach $file (sort keys %wxCommon) {
- next if $wxCommon{$file} =~ /\b16\b/;
+ next if $wxCommon{$file} =~ /\b(16|U)\b/;
my $tag = $file =~ /\.c$/ ? "WXCSRCS" : "WXCOMMONSRCS";
$project{$tag} .= $file . " "
}
foreach $file (sort keys %wxHTML) {
- next if $wxHTML{$file} =~ /\b16\b/;
+ next if $wxHTML{$file} =~ /\b(16|U)\b/;
$project{"WXHTMLSRCS"} .= $file . " "
}
# End Source File
# Begin Source File
-SOURCE=.\common\bmpbase.cpp
-# End Source File
-# Begin Source File
-
SOURCE=.\common\choiccmn.cpp
# End Source File
# Begin Source File