When calling windres, use a temp file to work around resource issues.

Bugzilla bug #213281. The patch is contributed by cls@seawood.org. r=wtc
This commit is contained in:
wtc%netscape.com 2003-09-15 20:34:55 +00:00
parent 2582cb187e
commit 18f7cab3ff

View File

@ -46,7 +46,7 @@ ifdef NS_USE_GCC
AR += cr $@
RANLIB = ranlib
BSDECHO = echo
RC = windres.exe -O coff
RC = windres.exe -O coff --use-temp-file
LINK_DLL = $(CC) $(OS_DLLFLAGS) $(DLLFLAGS)
else
CC = cl