X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..631748a7f90ebfd8ca974c63b7240d4143fdec97:/distrib/msw/tmake/msw.t diff --git a/distrib/msw/tmake/msw.t b/distrib/msw/tmake/msw.t index 9663b0ed44..1f903c4cf6 100644 --- a/distrib/msw/tmake/msw.t +++ b/distrib/msw/tmake/msw.t @@ -44,6 +44,10 @@ } else { $project{"MSW_SOURCES"} .= "msw/" . $file . " "; $project{"GUIOBJS"} .= $fileobj . " "; + + if ( $wxMSW{$file} =~ /\bL\b/ ) { + $project{"GUI_LOWLEVEL_OBJS"} .= $fileobj . " "; + } } } @@ -62,6 +66,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 . " " } @@ -95,6 +103,9 @@ GENERICOBJS = \ GUIOBJS = \ #$ ExpandList("GUIOBJS"); +GUI_LOWLEVEL_OBJS = \ + #$ ExpandList("GUI_LOWLEVEL_OBJS"); + HTMLOBJS = \ #$ ExpandList("HTMLOBJS");