6abe4f6f861cbee56f3c1b9296b8af3f3cc8b65d
[mirrors/Programs.git] / compile.sh
1 #!/bin/bash
2 gcc -Wall -g -o test test.c `pkg-config --cflags --libs gtk+-2.0` -export-dynamic
3 cat test.xml | grep -v "requires lib=" > calc.xml
4 cat test.xml > calc.xml
This page took 0.237832 seconds and 3 git commands to generate.