X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..917afc7b81c6f806ea3d50b455f7c4e320ecd68f:/distrib/msw/tmake/msw.t diff --git a/distrib/msw/tmake/msw.t b/distrib/msw/tmake/msw.t index 9663b0ed44..6b3d79d6d9 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 . " "; + } } } @@ -95,6 +99,9 @@ GENERICOBJS = \ GUIOBJS = \ #$ ExpandList("GUIOBJS"); +GUI_LOWLEVEL_OBJS = \ + #$ ExpandList("GUI_LOWLEVEL_OBJS"); + HTMLOBJS = \ #$ ExpandList("HTMLOBJS");