X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/42ac146ba4574f6460bf0af2825e210b1bfc35fd..444d61ba4a97c6cb66101fb3455ebfc593175abf:/src/makeg95.env diff --git a/src/makeg95.env b/src/makeg95.env index 149b18b3cb..6a6788ae21 100644 --- a/src/makeg95.env +++ b/src/makeg95.env @@ -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