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:
parent
ed085a6d20
commit
fee691380b
1 changed files with 1 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue