]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/mgl.t
fix for stupid segfault
[wxWidgets.git] / distrib / msw / tmake / mgl.t
index ad1a8d1a427df755df7bb08648f8467a2f34d835..978def3479a15e09c4f89c50180da1847cc28ed1 100644 (file)
@@ -45,6 +45,8 @@
     }
 
     foreach $file (sort keys %wxUNIX) {
+        next if $wxUNIX{$file} =~ /\bNotMGL\b/;
+
         ($fileobj = $file) =~ s/cp?p?$/\o/;
 
         $project{"MGL_SOURCES"} .= "unix/" . $file . " ";