[Github-comments] [geany/geany] Use GResource to load GtkBuilder XML UI file (#1703)
Matthew Brush
notifications at xxxxx
Wed Jan 24 00:44:43 UTC 2018
codebrainz commented on this pull request.
> + --target=$@ \
+ --sourcedir=$(srcdir) \
+ --generate-source \
+ --c-name="geany" \
+ --manual-register \
+ --internal \
+ $(srcdir)/geany.gresource.xml
+resources.h: $(resource_dependencies)
+ $(AM_V_GEN)$(GLIB_COMPILE_RESOURCES) \
+ --target=$@ \
+ --sourcedir=$(srcdir) \
+ --generate-header \
+ --c-name="geany" \
+ --manual-register \
+ --internal \
+ $(srcdir)/geany.gresource.xml
@kugel- It's supposed to run it twice, once for the source file (`--generate-source`) and once for the header file (`--generate-header`).
--
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/geany/geany/pull/1703#discussion_r163425750
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.geany.org/pipermail/github-comments/attachments/20180123/209b6498/attachment.html>
More information about the Github-comments
mailing list