]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/msw.t
give focus to show top level windows
[wxWidgets.git] / distrib / msw / tmake / msw.t
index 9663b0ed44c806c0e07fd0593f3e4761a8286fb0..6b3d79d6d91dc6906754ede9263b8fa7f745607e 100644 (file)
         } 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");