X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..366721d7b03762fe8fb709b4d990bb8257211534:/distrib/msw/tmake/msw.t diff --git a/distrib/msw/tmake/msw.t b/distrib/msw/tmake/msw.t index 9663b0ed44..32681accc9 100644 --- a/distrib/msw/tmake/msw.t +++ b/distrib/msw/tmake/msw.t @@ -13,8 +13,6 @@ IncludeTemplate("filelist.t"); #! find all our sources - $project{"COMMONOBJS"} .= "parser.o "; - foreach $file (sort keys %wxGeneric) { next if $wxGeneric{$file} =~ /\b(PS|G|U|16)\b/; @@ -25,7 +23,7 @@ } foreach $file (sort keys %wxCommon) { - next if $wxCommon{$file} =~ /\bR\b/; + next if $wxCommon{$file} =~ /\b(R|U|16)\b/; ($fileobj = $file) =~ s/cp?p?$/\o/; @@ -44,6 +42,10 @@ } else { $project{"MSW_SOURCES"} .= "msw/" . $file . " "; $project{"GUIOBJS"} .= $fileobj . " "; + + if ( $wxMSW{$file} =~ /\bL\b/ ) { + $project{"GUI_LOWLEVEL_OBJS"} .= $fileobj . " "; + } } } @@ -62,6 +64,10 @@ $project{"MSW_HEADERS"} .= "msw/" . $file . " " } + foreach $file (sort keys %wxOLEINCLUDE) { + $project{"MSW_HEADERS"} .= "msw/ole/" . $file . " "; + } + foreach $file (sort keys %wxGENERICINCLUDE) { $project{"MSW_HEADERS"} .= "generic/" . $file . " " } @@ -78,7 +84,7 @@ $project{"MSW_HEADERS"} .= "protocol/" . $file . " " } #$} -# This file was automatically generated by tmake at #$ Now() +# This file was automatically generated by tmake # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MSW.T! ALL_SOURCES = \ #$ ExpandList("MSW_SOURCES"); @@ -95,6 +101,9 @@ GENERICOBJS = \ GUIOBJS = \ #$ ExpandList("GUIOBJS"); +GUI_LOWLEVEL_OBJS = \ + #$ ExpandList("GUI_LOWLEVEL_OBJS"); + HTMLOBJS = \ #$ ExpandList("HTMLOBJS");