X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=c%2Fglade-examples%2Fdelete%2Fcalc%2Fcompile.sh;fp=c%2Fglade-examples%2Fdelete%2Fcalc%2Fcompile.sh;h=6abe4f6f861cbee56f3c1b9296b8af3f3cc8b65d;hb=84aff5c8ac2726f7cd22c6456d90b00ca6d05549;hp=0000000000000000000000000000000000000000;hpb=38a87dc6ae7e58d30d3325e244f6eaffb40e35bc;p=mirrors%2FPrograms.git diff --git a/c/glade-examples/delete/calc/compile.sh b/c/glade-examples/delete/calc/compile.sh new file mode 100755 index 0000000..6abe4f6 --- /dev/null +++ b/c/glade-examples/delete/calc/compile.sh @@ -0,0 +1,4 @@ +#!/bin/bash +gcc -Wall -g -o test test.c `pkg-config --cflags --libs gtk+-2.0` -export-dynamic +cat test.xml | grep -v "requires lib=" > calc.xml +cat test.xml > calc.xml