diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-18 15:30:06 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2011-03-18 15:30:06 +0200 |
commit | 41c7293bf991e4449c41224e812634b414ec5b83 (patch) | |
tree | cf956be48694bf8c1ea08e9250486e2191c7f799 /libodb-sqlite.pc.in | |
parent | 62e7abd564f6f9c7a3ab9e7e469853c93bd0e4c9 (diff) |
Autotools and VC++ build systems setup
Diffstat (limited to 'libodb-sqlite.pc.in')
-rw-r--r-- | libodb-sqlite.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libodb-sqlite.pc.in b/libodb-sqlite.pc.in new file mode 100644 index 0000000..0871c16 --- /dev/null +++ b/libodb-sqlite.pc.in @@ -0,0 +1,16 @@ +# file : libodb-sqlite.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-sqlite +Description: Object-relational mapping (ORM) system for C++, SQLite runtime library +URL: http://www.codesynthesis.com/products/odb/ +Version: @VERSION@ +Libs: -L${libdir} -lodb-sqlite +Cflags: -I${includedir} |