X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/110d05999fe64a6f17c7bbc6eb9ee9bd582cd72a..02d5015b1cbb99d7a2e2ab7818cd46b2b4514957:/distrib/msw/tmake/vc6univ.t diff --git a/distrib/msw/tmake/vc6univ.t b/distrib/msw/tmake/vc6univ.t index 3f5ddc253a..44b3b0ed65 100644 --- a/distrib/msw/tmake/vc6univ.t +++ b/distrib/msw/tmake/vc6univ.t @@ -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"