Autotools: Improve the rule to compile Windows resource file
This commit is contained in:
parent
700c05e413
commit
e6fa2c2ac7
@ -124,8 +124,8 @@ geany_LDFLAGS = -mwindows -mms-bitfields
|
|||||||
|
|
||||||
WINDRES = $(host_alias)-windres
|
WINDRES = $(host_alias)-windres
|
||||||
|
|
||||||
geany_private.res:
|
geany_private.res: $(top_srcdir)/geany_private.rc
|
||||||
$(WINDRES) -i $(top_srcdir)/geany_private.rc --input-format=rc -o geany_private.res -O coff;
|
$(WINDRES) -i $(top_srcdir)/geany_private.rc --input-format=rc -o $@ -O coff
|
||||||
|
|
||||||
clean-local:
|
clean-local:
|
||||||
rm -f geany_private.res
|
rm -f geany_private.res
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user