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