From 0292059f4a16434600564cfa3f0ad2309a508a54 Mon Sep 17 00:00:00 2001 From: tpearson Date: Wed, 24 Feb 2010 17:43:19 +0000 Subject: Added libksquirrel for KDE3 git-svn-id: svn://anonsvn.kde.org/home/kde/branches/trinity/libraries/libksquirrel@1095624 283d02a7-25f6-0310-bc7c-ecb5cbfe19da --- doc/sources/ttx/compile-c++ | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 doc/sources/ttx/compile-c++ (limited to 'doc/sources/ttx/compile-c++') diff --git a/doc/sources/ttx/compile-c++ b/doc/sources/ttx/compile-c++ new file mode 100755 index 0000000..86d3acb --- /dev/null +++ b/doc/sources/ttx/compile-c++ @@ -0,0 +1,8 @@ +#!/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 \ No newline at end of file -- cgit v1.2.3