Branch: refs/heads/master Author: Colomban Wendling ban@herbesfolles.org Committer: Colomban Wendling ban@herbesfolles.org Date: Tue, 20 Jan 2015 15:04:55 UTC Commit: e6fa2c2ac74bf8b7ba282565edf3ed0ff81acbe2 https://github.com/geany/geany/commit/e6fa2c2ac74bf8b7ba282565edf3ed0ff81acb...
Log Message: ----------- Autotools: Improve the rule to compile Windows resource file
Modified Paths: -------------- src/Makefile.am
Modified: src/Makefile.am 4 lines changed, 2 insertions(+), 2 deletions(-) =================================================================== @@ -124,8 +124,8 @@ geany_LDFLAGS = -mwindows -mms-bitfields
WINDRES = $(host_alias)-windres
-geany_private.res: - $(WINDRES) -i $(top_srcdir)/geany_private.rc --input-format=rc -o geany_private.res -O coff; +geany_private.res: $(top_srcdir)/geany_private.rc + $(WINDRES) -i $(top_srcdir)/geany_private.rc --input-format=rc -o $@ -O coff
clean-local: rm -f geany_private.res
-------------- This E-Mail was brought to you by github_commit_mail.py (Source: https://github.com/geany/infrastructure).