diff options
author | Constantin Michael <constantin@codesynthesis.com> | 2011-11-24 09:41:44 +0200 |
---|---|---|
committer | Constantin Michael <constantin@codesynthesis.com> | 2011-11-28 12:27:28 +0200 |
commit | ca2bec1322525e0c7ce5c316c3ed19b52d800bdf (patch) | |
tree | 1f05bc011bf30b96d07eeec69361ad16751d10cd /libodb-oracle.pc.in | |
parent | 875ccee7c97f6040b17c85dd30e72e55061bacef (diff) |
Add automake and Visual Studio build files
Diffstat (limited to 'libodb-oracle.pc.in')
-rw-r--r-- | libodb-oracle.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libodb-oracle.pc.in b/libodb-oracle.pc.in new file mode 100644 index 0000000..a8e002b --- /dev/null +++ b/libodb-oracle.pc.in @@ -0,0 +1,16 @@ +# file : libodb-oracle.pc.in +# author : Boris Kolpackov <boris@codesynthesis.com> +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libodb-oracle +Description: Object-relational mapping (ORM) system for C++, Oracle runtime library +URL: http://www.codesynthesis.com/products/odb/ +Version: @VERSION@ +Libs: -L${libdir} -lodb-oracle +Cflags: -I${includedir} |