]> git.saurik.com Git - wxWidgets.git/commitdiff
Removed --use-temp-file removed from makeg95.env
authorJulian Smart <julian@anthemion.co.uk>
Sat, 8 Dec 2001 19:20:38 +0000 (19:20 +0000)
committerJulian Smart <julian@anthemion.co.uk>
Sat, 8 Dec 2001 19:20:38 +0000 (19:20 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12930 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/makeg95.env

index 149b18b3cb8afb0462f328d1253f137fbf746fe0..6a6788ae21f750c42e0173834573069525a30257 100644 (file)
@@ -87,7 +87,8 @@ RCDEFSWITCH=--define
 
 # Don't make this too long (e.g. by adding contrib/include/wx) because it will
 # truncate the command line
-RESFLAGS=--use-temp-file $(RCPREPROCESSOR) $(RCINCSWITCH) $(WXDIR)/include $(RCEXTRAINC) $(RCDEFSWITCH) __WIN32__ $(RCDEFSWITCH) __WIN95__ $(RCDEFSWITCH) __GNUWIN32__
+# Note: --use-temp-file removed since Mingw32 2.95.2 doesn't recognise it
+RESFLAGS=$(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