Fix firebird without cygwin gcc

The firebuild buildsystem calls windres, which depends on cygwin gcc,
use rc.exe so that a windows build without cygwin gcc will succeed.

Change-Id: Ic7719749b3806232912e3eb8b1ede11e6eb3c10c
Reviewed-on: https://gerrit.libreoffice.org/11619
Reviewed-by: Michael Stahl <mstahl@redhat.com>
Tested-by: Michael Stahl <mstahl@redhat.com>
This commit is contained in:
Peter Foley 2014-09-23 21:57:15 -04:00 committed by Michael Stahl
parent ed085a6d20
commit fee691380b

View file

@ -790,5 +790,5 @@ unchanged:
$(GEN_ROOT)/%.res: $(SRC_ROOT)/%.rc
- windres --output-format=coff --include-dir=$(<D) $< $@
+ windres --output-format=coff --include-dir=$(<D) --target=pe-i386 $< $@
+ rc.exe $(SOLARINC) /fo $@ $<
only in patch2: