Readded --use-temp-file to RCFLAGS, needed for old windres
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@12580 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -87,7 +87,7 @@ RCDEFSWITCH=--define
|
|||||||
|
|
||||||
# Don't make this too long (e.g. by adding contrib/include/wx) because it will
|
# Don't make this too long (e.g. by adding contrib/include/wx) because it will
|
||||||
# truncate the command line
|
# 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.
|
# Needed to build a DLL if your linker does not support --shared option.
|
||||||
AS = $(CROSS)as
|
AS = $(CROSS)as
|
||||||
|
Reference in New Issue
Block a user