/+junk/SAPG

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

« back to all changes in this revision

Viewing changes to build-resources.sh

  • Committer: Gustav Hartvigsson
  • Date: 2015-10-31 21:21:08 UTC
  • Revision ID: gustav.hartvigsson@gmail.com-20151031212108-oz9veq3w98r4hzru
* Initial code

Show diffs side-by-side

added added

removed removed

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