X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/cebab22d9ecc7c374d6a28469e98425cf8d3525a..e4d47fbd6f53b11276dde270e325b339393e9702:/distrib/msw/tmake/vc6univ.t diff --git a/distrib/msw/tmake/vc6univ.t b/distrib/msw/tmake/vc6univ.t index bb8474878b..44b3b0ed65 100644 --- a/distrib/msw/tmake/vc6univ.t +++ b/distrib/msw/tmake/vc6univ.t @@ -25,12 +25,14 @@ #! 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 . " " } foreach $file (sort keys %wxUNIV) { - my $tag = $wxUNIV{$file} =~ /Theme/ ? "WXUNIVTHEMES" : "WXUNIVSRCS"; + my $tag = $wxUNIV{$file} =~ /T/ ? "WXUNIVTHEMES" : "WXUNIVSRCS"; $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"