To get this branch, use:
bzr branch
http://gegoxaren.bato24.eu/bzr/%2Bjunk/SAPG
1
by Gustav Hartvigsson
* Initial code
|
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
|