From bb67f32b2d92a5a7daea1d170ada978941948b66 Mon Sep 17 00:00:00 2001 From: Karen Arutyunov Date: Sat, 9 Jun 2018 18:17:47 +0300 Subject: Add support for build2 build --- odb/mssql/details/build2/config.h | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 odb/mssql/details/build2/config.h (limited to 'odb/mssql/details/build2/config.h') diff --git a/odb/mssql/details/build2/config.h b/odb/mssql/details/build2/config.h new file mode 100644 index 0000000..631017e --- /dev/null +++ b/odb/mssql/details/build2/config.h @@ -0,0 +1,18 @@ +/* file : odb/mssql/details/build2/config.h + * copyright : Copyright (c) 2009-2018 Code Synthesis Tools CC + * license : ODB NCUEL; see accompanying LICENSE file + */ + +/* Static configuration file for the build2 build. The installed case + (when LIBODB_MSSQL_BUILD2 is not necessarily defined) is the only + reason we have it. */ + +#ifndef ODB_MSSQL_DETAILS_CONFIG_H +#define ODB_MSSQL_DETAILS_CONFIG_H + +/* Define LIBODB_MSSQL_BUILD2 for the installed case. */ +#ifndef LIBODB_MSSQL_BUILD2 +# define LIBODB_MSSQL_BUILD2 +#endif + +#endif /* ODB_MSSQL_DETAILS_CONFIG_H */ -- cgit v1.1