]> git.saurik.com Git - wxWidgets.git/commitdiff
Readded --use-temp-file to RCFLAGS, needed for old windres
authorMattia Barbon <mbarbon@cpan.org>
Thu, 22 Nov 2001 09:04:54 +0000 (09:04 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Thu, 22 Nov 2001 09:04:54 +0000 (09:04 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makeg95.env

index 32a6cb92269644b212ee6cea4dee4f026a206dbf..149b18b3cb8afb0462f328d1253f137fbf746fe0 100644 (file)
@@ -87,7 +87,7 @@ RCDEFSWITCH=--define
 
 # 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 $(RCEXTRAINC) $(RCDEFSWITCH) __WIN32__ $(RCDEFSWITCH) __WIN95__ $(RCDEFSWITCH) __GNUWIN32__
+RESFLAGS=--use-temp-file $(RCPREPROCESSOR) $(RCINCSWITCH) $(WXDIR)/include $(RCEXTRAINC) $(RCDEFSWITCH) __WIN32__ $(RCDEFSWITCH) __WIN95__ $(RCDEFSWITCH) __GNUWIN32__
 
 # Needed to build a DLL if your linker does not support --shared option.
 AS = $(CROSS)as