}
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 . " "
}
$project{"WXHTMLHEADERS"} .= $file . " "
}
- $project{"WXVERSION"} = "232";
+ $project{"WXVERSION"} = "233";
#$}
# Microsoft Developer Studio Project File - Name="wxWindows" - Package Owner=<4>
# Microsoft Developer Studio Generated Build File, Format Version 6.00
# Begin Project
# PROP AllowPerConfigDependencies 0
-# PROP Scc_ProjName "wxWindows"
-# PROP Scc_LocalPath ".."
+# PROP Scc_ProjName ""
+# PROP Scc_LocalPath ""
CPP=cl.exe
RSC=rc.exe