X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/3a922bb4bd8dbcb04e31e324648c2912e167e0cd..71e030352d74e4e6aed28cfcb0ea6edf3d17af6e:/distrib/msw/tmake/msw.t?ds=sidebyside 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");