diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:40:19 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2012-01-17 16:40:19 +0200 |
commit | 16054e2d129d7c5e956be7b33c29ae6c2ea5c962 (patch) | |
tree | 8d8f22207d3b763eb978f700e68ad74d657aa4c5 /libodb-mssql.pc.in | |
parent | c853481c254bcafeeca394faa9f4bb5205d4daa0 (diff) |
Autotools and VC++ build support
Diffstat (limited to 'libodb-mssql.pc.in')
-rw-r--r-- | libodb-mssql.pc.in | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/libodb-mssql.pc.in b/libodb-mssql.pc.in new file mode 100644 index 0000000..987ed34 --- /dev/null +++ b/libodb-mssql.pc.in @@ -0,0 +1,16 @@ +# file : libodb-mssql.pc.in +# author : Boris Kolpackov <boris@codesynthesis.com> +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : ODB NCUEL; see accompanying LICENSE file + +prefix=@prefix@ +exec_prefix=@exec_prefix@ +libdir=@libdir@ +includedir=@includedir@ + +Name: libodb-mssql +Description: Object-relational mapping (ORM) system for C++, Microsoft SQL Server runtime library +URL: http://www.codesynthesis.com/products/odb/ +Version: @VERSION@ +Libs: -L${libdir} -lodb-mssql +Cflags: -I${includedir} |