Author: wyoung
Date: Wed Jul 12 16:15:46 2006
New Revision: 1307

URL: http://svn.gna.org/viewcvs/mysqlpp?rev=1307&view=rev
Log:
Initial

Added:
    trunk/examples/exrun   (with props)

Added: trunk/examples/exrun
URL: http://svn.gna.org/viewcvs/mysqlpp/trunk/examples/exrun?rev=1307&view=auto
==============================================================================
--- trunk/examples/exrun (added)
+++ trunk/examples/exrun Wed Jul 12 16:15:46 2006
@@ -1,0 +1,7 @@
+#!/bin/sh
+if [ ! -e ../lib/libmysqlpp.so.2 ]
+then
+       ( cd ../lib ; ln -sf libmysqlpp.so libmysqlpp.so.2 )
+fi
+
+LD_LIBRARY_PATH=../lib $*

Propchange: trunk/examples/exrun
------------------------------------------------------------------------------
    svn:executable = *


_______________________________________________
Mysqlpp-commits mailing list
[email protected]
https://mail.gna.org/listinfo/mysqlpp-commits

Reply via email to