ITS#9087 - Change hard-coded windres to $(RC) to support mingw cross-compiling

This commit is contained in:
Chris Zagar 2019-09-20 22:09:40 -07:00 committed by Quanah Gibson-Mount
parent c5acb1d377
commit 7985626fae

View file

@ -54,7 +54,7 @@ slapdmsg.bin: FORCE
@if [ ! -f $@ ]; then cp $(srcdir)/$@ .; fi
slapdmsg.res: slapdmsg.rc slapdmsg.bin
windres $< -O coff -o $@
$(RC) $< -O coff -o $@
clean-local:
$(RM) *.res