diff --git a/distrib/msw/tmake/vc6msw.t b/distrib/msw/tmake/vc6msw.t index 37dde59591..9a2403be6f 100644 --- a/distrib/msw/tmake/vc6msw.t +++ b/distrib/msw/tmake/vc6msw.t @@ -20,7 +20,7 @@ } 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 . " " @@ -36,7 +36,7 @@ } foreach $file (sort keys %wxHTML) { - next if $wxHTML{$file} =~ /\b16\b/; + next if $wxHTML{$file} =~ /\b(16|U)\b/; $project{"WXHTMLSRCS"} .= $file . " " } diff --git a/src/wxWindows.dsp b/src/wxWindows.dsp index 87bdde9c82..26d2966709 100644 --- a/src/wxWindows.dsp +++ b/src/wxWindows.dsp @@ -252,10 +252,6 @@ SOURCE=.\common\appcmn.cpp # 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