]> git.saurik.com Git - wxWidgets.git/blobdiff - distrib/msw/tmake/g95.t
winundef.h is needed for wxBase as well
[wxWidgets.git] / distrib / msw / tmake / g95.t
index 15b3cb19301a5b2380c89f929a9d3e61519d5a6b..9f693547d7a02bb43b323bd6abb2a6442841221e 100644 (file)
@@ -24,7 +24,7 @@
     }
 
     foreach $file (sort keys %wxCommon) {
-        next if $wxCommon{$file} =~ /\b(16)\b/;
+        next if $wxCommon{$file} =~ /\b(16|U)\b/;
 
         #! needs extra files (sql*.h) so not compiled by default.
         #! next if $file =~ /^odbc\./;
@@ -299,7 +299,7 @@ else
 endif
 
 #ARCHINCDIR=$(subst $(PATH_SUBST),$(PATH_SEPARATOR),$(WXDIR)/lib/msw$(INCEXT))
-ARCHINCDIR=(WXDIR)/lib/msw$(INCEXT)
+ARCHINCDIR=$(WXDIR)/lib/msw$(INCEXT)
 
 SETUP_H=$(ARCHINCDIR)/wx/setup.h