From 41c7293bf991e4449c41224e812634b414ec5b83 Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Fri, 18 Mar 2011 15:30:06 +0200 Subject: Autotools and VC++ build systems setup --- odb/sqlite/Makefile.am | 16 ++ odb/sqlite/libodb-sqlite-vc10.vcxproj | 174 +++++++++++++ odb/sqlite/libodb-sqlite-vc10.vcxproj.filters | 19 ++ odb/sqlite/libodb-sqlite-vc9.vcproj | 359 ++++++++++++++++++++++++++ 4 files changed, 568 insertions(+) create mode 100644 odb/sqlite/Makefile.am create mode 100644 odb/sqlite/libodb-sqlite-vc10.vcxproj create mode 100644 odb/sqlite/libodb-sqlite-vc10.vcxproj.filters create mode 100644 odb/sqlite/libodb-sqlite-vc9.vcproj (limited to 'odb') diff --git a/odb/sqlite/Makefile.am b/odb/sqlite/Makefile.am new file mode 100644 index 0000000..238583d --- /dev/null +++ b/odb/sqlite/Makefile.am @@ -0,0 +1,16 @@ +# file : odb/sqlite/Makefile.am +# author : Boris Kolpackov +# copyright : Copyright (c) 2009-2011 Code Synthesis Tools CC +# license : GNU GPL v2; see accompanying LICENSE file + +lib_LTLIBRARIES = libodb-sqlite.la +libodb_sqlite_la_SOURCES = __path__(sources) + +odbsqliteincludedir = $(includedir)/odb/sqlite/ +nobase_odbsqliteinclude_HEADERS = __path__(headers) +nobase_nodist_odbsqliteinclude_HEADERS = details/config.h + +EXTRA_DIST = __file__(extra_dist) + +AM_CPPFLAGS= -I'$(top_builddir)' -I'$(top_srcdir)' -DLIBODB_SQLITE_DYNAMIC_LIB +AM_LDFLAGS = -release __value__(interface_version) -no-undefined diff --git a/odb/sqlite/libodb-sqlite-vc10.vcxproj b/odb/sqlite/libodb-sqlite-vc10.vcxproj new file mode 100644 index 0000000..db13085 --- /dev/null +++ b/odb/sqlite/libodb-sqlite-vc10.vcxproj @@ -0,0 +1,174 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {BE62AFC4-4624-4CDA-A7CD-E9451D34AB6E} + Win32Proj + libodb-sqlite + + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + DynamicLibrary + false + true + Unicode + + + + + + + + + + + + + + + + + + + true + ..\..\bin\ + odb-sqlite-d-__value__(interface_version)-vc10 + + + true + ..\..\bin64\ + odb-sqlite-d-__value__(interface_version)-vc10 + + + false + ..\..\bin\ + odb-sqlite-__value__(interface_version)-vc10 + + + false + ..\..\bin64\ + odb-sqlite-__value__(interface_version)-vc10 + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBODB_SQLITE_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb-d.lib;sqlite.lib;%(AdditionalDependencies) + Windows + true + $(TargetPath) + ..\..\lib\odb-sqlite-d.lib + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBODB_SQLITE_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb-d.lib;sqlite.lib;%(AdditionalDependencies) + Windows + true + $(TargetPath) + ..\..\lib64\odb-sqlite-d.lib + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBODB_SQLITE_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb.lib;sqlite.lib;%(AdditionalDependencies) + Windows + true + true + true + $(TargetPath) + ..\..\lib\odb-sqlite.lib + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBODB_SQLITE_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;4267;%(DisableSpecificWarnings) + + + odb.lib;sqlite.lib;%(AdditionalDependencies) + Windows + true + true + true + $(TargetPath) + ..\..\lib64\odb-sqlite.lib + + + +__header_entries__(headers) + + +__source_entries__(sources) + + + + + diff --git a/odb/sqlite/libodb-sqlite-vc10.vcxproj.filters b/odb/sqlite/libodb-sqlite-vc10.vcxproj.filters new file mode 100644 index 0000000..6a1e44f --- /dev/null +++ b/odb/sqlite/libodb-sqlite-vc10.vcxproj.filters @@ -0,0 +1,19 @@ + + + + + {CAE48EC7-E979-4076-ABDB-DF5CFD41D7AB} + cxx + + + {1C70458E-63CA-455F-AFDC-E2F291BD0F2A} + h;hxx;ixx;txx + + + +__header_filter_entries__(headers) + + +__source_filter_entries__(sources) + + diff --git a/odb/sqlite/libodb-sqlite-vc9.vcproj b/odb/sqlite/libodb-sqlite-vc9.vcproj new file mode 100644 index 0000000..dba87d8 --- /dev/null +++ b/odb/sqlite/libodb-sqlite-vc9.vcproj @@ -0,0 +1,359 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +__source_entries__(sources) + + +__file_entries__(headers) + + + + + -- cgit v1.1