]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/vc.t
Added wxPopupWindow to GTK port, wxComboBox had to
[wxWidgets.git] / distrib / msw / tmake / vc.t
index 9eef2b90ce1a2a226166695c997587f52de92c6e..f3fdb950b9886d8f2bcb1db3d0cdd9e905850c3f 100644 (file)
@@ -13,6 +13,8 @@
 
     #! now transform these hashes into $project tags
     foreach $file (sort keys %wxGeneric) {
+        next if $wxGeneric{$file} =~ /\bU\b/;
+
         my $tag = "";
         if ( $wxGeneric{$file} =~ /\b(PS|G|16|U)\b/ ) {
             $tag = "WXNONESSENTIALOBJS";
@@ -36,7 +38,7 @@
         next if $wxMSW{$file} =~ /\b16\b/;
 
         #! OLE files live in a subdir
-        $project{"WXMSWOBJS"} .= '..\msw\\';
+        $project{"WXMSWOBJS"} .= '..\\msw\\';
         $project{"WXMSWOBJS"} .= 'ole\\' if $wxMSW{$file} =~ /\bO\b/;
         $file =~ s/cp?p?$/obj/;
         $project{"WXMSWOBJS"} .= '$D\\' . $file . " ";