fixed NotMSW flag handling in the common files

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@13315 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2002-01-02 23:05:22 +00:00
parent 7fd62be2af
commit bb16e81453
2 changed files with 2 additions and 6 deletions

View File

@@ -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 . " "
}

View File

@@ -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