To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/SAPG
1
2
3
4
5
6
7
|
#!/usr/bin/env bash
glib-compile-resources --generate-source sapg.gresource.xml
glib-compile-resources --generate-header sapg.gresource.xml
mv sapg.h ./src/sapg-res.h
mv sapg.c ./src/sapg-res.c
|