/+junk/gnome-dialer

To get this branch, use:
bzr branch http://gegoxaren.bato24.eu/bzr/%2Bjunk/gnome-dialer

« back to all changes in this revision

Viewing changes to resources/build-resources.sh

  • Committer: Gustav Hartvigsson
  • Date: 2016-09-19 13:42:48 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20160919134248-yumvvuyzf80s8sly
* Initial commit

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
#!/usr/bin/env bash
 
2
 
 
3
glib-compile-resources --generate-source dialer.gresource.xml
 
4
glib-compile-resources --generate-header dialer.gresource.xml
 
5
 
 
6
mv dialer.h ../dialer/dialer-res.h
 
7
mv dialer.c ../dialer/dialer-res.c