Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > df9ea7795df4854489abb269f13c9938 > files > 39

ksquirrel-libs-0.8.0-3mdv2009.0.i586.rpm

#!/bin/sh

rm -f libkls_ttx.so

g++ -I. -I../include -Wall -O2 -fPIC -c fmt_codec_ttx.cpp
g++ -I. -I../include -Wall -O2 -fPIC -c ../kls_lib/fileio.cpp
g++ -Wall -shared fileio.o fmt_codec_ttx.o -o libkls_ttx.so
rm -f fmt_codec_ttx.o fileio.o