]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/msw.t
use specific linker flags under Mac OS X when linking executables against the
[wxWidgets.git] / distrib / msw / tmake / msw.t
index 9663b0ed44c806c0e07fd0593f3e4761a8286fb0..cfdd651f733f8b5f0cc8b5b049620fa4c1f9c873 100644 (file)
@@ -25,7 +25,7 @@
     }
 
     foreach $file (sort keys %wxCommon) {
-        next if $wxCommon{$file} =~ /\bR\b/;
+        next if $wxCommon{$file} =~ /\b(R|U|16)\b/;
 
         ($fileobj = $file) =~ s/cp?p?$/\o/;
 
         } else {
             $project{"MSW_SOURCES"} .= "msw/" . $file . " ";
             $project{"GUIOBJS"} .= $fileobj . " ";
+
+            if ( $wxMSW{$file} =~ /\bL\b/ ) {
+                $project{"GUI_LOWLEVEL_OBJS"} .= $fileobj . " ";
+            }
         }
     }
 
         $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 . " "
     }
@@ -78,7 +86,7 @@
         $project{"MSW_HEADERS"} .= "protocol/" . $file . " "
     }
 #$}
-# This file was automatically generated by tmake at #$ Now()
+# This file was automatically generated by tmake 
 # DO NOT CHANGE THIS FILE, YOUR CHANGES WILL BE LOST! CHANGE MSW.T!
 ALL_SOURCES = \
                #$ ExpandList("MSW_SOURCES");
@@ -95,6 +103,9 @@ GENERICOBJS = \
 GUIOBJS = \
                #$ ExpandList("GUIOBJS");
 
+GUI_LOWLEVEL_OBJS = \
+               #$ ExpandList("GUI_LOWLEVEL_OBJS");
+
 HTMLOBJS = \
                #$ ExpandList("HTMLOBJS");