]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/vc6univ.t
fixed incorrectly inversed test for parent [not] being deleted (patch 1624472)
[wxWidgets.git] / distrib / msw / tmake / vc6univ.t
index 3f5ddc253aa1b82e8cdcaf1669213ff7c8857888..44b3b0ed656b58564d17fdd872e0bb738751dd6f 100644 (file)
@@ -25,7 +25,9 @@
        #! automatically low level
        next unless $wxMSW{$file} =~ /\b(L|B)\b/;
 
-       my $tag = $file =~ /\.c$/ ? "WXMSWCSRCS" : "WXMSWSRCS";
+       my $tag;
+       if ( $wxMSW{$file} =~ /\bO\b/ ) { $tag = "WXOLESRCS" }
+       else { $tag = $file =~ /\.c$/ ? "WXMSWCSRCS" : "WXMSWSRCS" }
        $project{$tag} .= $file . " "
     }
 
@@ -183,6 +185,11 @@ SOURCE=.\msw\dummy.cpp
 # End Source File
 #$ ExpandGlue("WXMSWSRCS", "# Begin Source File\n\nSOURCE=.\\msw\\", "\n# End Source File\n# Begin Source File\n\nSOURCE=.\\msw\\", "\n# End Source File\n");
 #$ ExpandGlue("WXMSWCSRCS", "# Begin Source File\n\nSOURCE=.\\msw\\", "\n# SUBTRACT CPP /YX /Yc /Yu\n# End Source File\n# Begin Source File\n\nSOURCE=.\\msw\\", "\n# SUBTRACT CPP /YX /Yc /Yu\n# End Source File\n");
+# Begin Group "OLE Files"
+
+# PROP Default_Filter ""
+#$ ExpandGlue("WXOLESRCS", "# Begin Source File\n\nSOURCE=.\\msw\\ole\\", "\n# End Source File\n# Begin Source File\n\nSOURCE=.\\msw\\ole\\", "\n# End Source File\n");
+# End Group
 # End Group
 # Begin Group "Universal Files"