]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed an include from windres flags since it can't cope with a long command line
authorJulian Smart <julian@anthemion.co.uk>
Fri, 17 Mar 2000 14:05:16 +0000 (14:05 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Fri, 17 Mar 2000 14:05:16 +0000 (14:05 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@6796 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makeg95.env

index af4b7e129aa9c26ee0ddbe02f603cf7a634bb8f5..a87b513ddfd2430094766b2669b0842528afd5b7 100644 (file)
@@ -81,7 +81,9 @@ RCDEFSWITCH=--define
 # but commenting out RCPREPROCESSOR then does the trick.
 #RCPREPROCESSOR=--preprocessor "$(CC) -c -E -xc-header -DRC_INVOKED"
 
-RESFLAGS=$(RCPREPROCESSOR) $(RCINCSWITCH) $(WXDIR)/include $(RCINCSWITCH) $(WXDIR)/contrib/include $(RCDEFSWITCH) __WIN32__ $(RCDEFSWITCH) __WIN95__ $(RCDEFSWITCH) __GNUWIN32__
+# Don't make this too long (e.g. by adding contrib/include/wx) because it will
+# truncate the command line
+RESFLAGS=$(RCPREPROCESSOR) $(RCINCSWITCH) $(WXDIR)/include $(RCDEFSWITCH) __WIN32__ $(RCDEFSWITCH) __WIN95__ $(RCDEFSWITCH) __GNUWIN32__
 
 # Needed to build a DLL if your linker does not support --shared option.
 AS = $(CROSS)as