Merged some nasty programs from softz.harvie.cz
[mirrors/Programs.git] / c / glade-examples / delete / test / compile.sh
diff --git a/c/glade-examples/delete/test/compile.sh b/c/glade-examples/delete/test/compile.sh
new file mode 100755 (executable)
index 0000000..97672d4
--- /dev/null
@@ -0,0 +1,2 @@
+#!/bin/bash
+gcc -Wall -g -o test test.c `pkg-config --cflags --libs gtk+-2.0` -export-dynamic
This page took 0.138566 seconds and 4 git commands to generate.