Merged some nasty programs from softz.harvie.cz
[mirrors/Programs.git] / c / glade-examples / delete / calc / compile.sh
diff --git a/c/glade-examples/delete/calc/compile.sh b/c/glade-examples/delete/calc/compile.sh
new file mode 100755 (executable)
index 0000000..6abe4f6
--- /dev/null
@@ -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
This page took 0.129423 seconds and 4 git commands to generate.