diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-30 15:51:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2010-08-30 15:51:23 +0200 |
commit | 1692b3e82521e7d73a908f532eced90491e1eded (patch) | |
tree | c45272faba67485f3702395f43282a81a981cf5f /libodb-mysql.pc.in | |
parent | 4452be925b749572f0e3edcb21e9af818647eb55 (diff) |
Support for automake and VC++ builds
Diffstat (limited to 'libodb-mysql.pc.in')
-rw-r--r-- | libodb-mysql.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libodb-mysql.pc.in b/libodb-mysql.pc.in new file mode 100644 index 0000000..91045a8 --- /dev/null +++ b/libodb-mysql.pc.in @@ -0,0 +1,16 @@ +# file : libodb-mysql.pc.in +# author : Boris Kolpackov <boris@codesynthesis.com> +# copyright : Copyright (c) 2009-2010 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libodb-mysql +Description: Object persistence compiler for C++, MySQL runtime +URL: http://www.codesynthesis.com/products/odb/ +Version: @VERSION@ +Libs: -L${libdir} -lodb-mysql +Cflags: -I${includedir} |