From 581daf2930c76d1e2622ef908f0dff517b8fc73e Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 3 Jun 2014 18:28:35 +0200 Subject: Support for VC12 (2013), initial work --- odb/boost/libodb-boost-vc12.vcxproj | 182 ++++++++++++++++++++++++++++ odb/boost/libodb-boost-vc12.vcxproj.filters | 19 +++ odb/boost/makefile | 5 +- 3 files changed, 205 insertions(+), 1 deletion(-) create mode 100644 odb/boost/libodb-boost-vc12.vcxproj create mode 100644 odb/boost/libodb-boost-vc12.vcxproj.filters (limited to 'odb') diff --git a/odb/boost/libodb-boost-vc12.vcxproj b/odb/boost/libodb-boost-vc12.vcxproj new file mode 100644 index 0000000..4315147 --- /dev/null +++ b/odb/boost/libodb-boost-vc12.vcxproj @@ -0,0 +1,182 @@ + + + + + Debug + Win32 + + + Debug + x64 + + + Release + Win32 + + + Release + x64 + + + + {2C6C42B3-81CA-4697-AA55-AAFDC166CAFE} + Win32Proj + libodb-boost + + + + DynamicLibrary + true + v120 + Unicode + + + DynamicLibrary + true + v120 + Unicode + + + DynamicLibrary + false + v120 + true + Unicode + + + DynamicLibrary + false + v120 + true + Unicode + + + + + + + + + + + + + + + + + + + true + ..\..\bin\ + odb-boost-d-__value__(interface_version)-vc11 + + + true + ..\..\bin64\ + odb-boost-d-__value__(interface_version)-vc11 + + + false + ..\..\bin\ + odb-boost-__value__(interface_version)-vc11 + + + false + ..\..\bin64\ + odb-boost-__value__(interface_version)-vc11 + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBODB_BOOST_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;%(DisableSpecificWarnings) + true + + + odb-d.lib;%(AdditionalDependencies) + Windows + true + $(TargetPath) + ..\..\lib\odb-boost-d.lib + + + + + + + Level3 + Disabled + WIN32;_DEBUG;_WINDOWS;_USRDLL;LIBODB_BOOST_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;%(DisableSpecificWarnings) + true + + + odb-d.lib;%(AdditionalDependencies) + Windows + true + $(TargetPath) + ..\..\lib64\odb-boost-d.lib + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBODB_BOOST_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;%(DisableSpecificWarnings) + true + + + odb.lib;%(AdditionalDependencies) + Windows + true + true + true + $(TargetPath) + ..\..\lib\odb-boost.lib + + + + + Level3 + + + MaxSpeed + true + true + WIN32;NDEBUG;_WINDOWS;_USRDLL;LIBODB_BOOST_DYNAMIC_LIB;%(PreprocessorDefinitions) + ..\.. + 4355;4800;4290;4251;%(DisableSpecificWarnings) + true + + + odb.lib;%(AdditionalDependencies) + Windows + true + true + true + $(TargetPath) + ..\..\lib64\odb-boost.lib + + + +__header_entries__(headers) + + +__source_entries__(sources) + + + + + diff --git a/odb/boost/libodb-boost-vc12.vcxproj.filters b/odb/boost/libodb-boost-vc12.vcxproj.filters new file mode 100644 index 0000000..ac01f4e --- /dev/null +++ b/odb/boost/libodb-boost-vc12.vcxproj.filters @@ -0,0 +1,19 @@ + + + + + {15DBF883-C83E-460B-8F93-44361F5783E3} + cxx + + + {C2A3CC20-2248-4590-ABAC-DE29A478D2BD} + h;hxx;ixx;txx + + + +__header_filter_entries__(headers) + + +__source_filter_entries__(sources) + + diff --git a/odb/boost/makefile b/odb/boost/makefile index 0f812ad..fc8c40c 100644 --- a/odb/boost/makefile +++ b/odb/boost/makefile @@ -57,7 +57,8 @@ $(dist): export options = $(subst $(src_base)/,,$(shell find $(src_base) \ -name '*.options')) $(dist): export extra_dist := libodb-boost-vc8.vcproj libodb-boost-vc9.vcproj \ libodb-boost-vc10.vcxproj libodb-boost-vc10.vcxproj.filters \ -libodb-boost-vc11.vcxproj libodb-boost-vc11.vcxproj.filters +libodb-boost-vc11.vcxproj libodb-boost-vc11.vcxproj.filters \ +libodb-boost-vc12.vcxproj libodb-boost-vc12.vcxproj.filters $(dist): export interface_version = $(shell sed -e \ 's/^\([0-9]*\.[0-9]*\).*/\1/' $(src_root)/version) @@ -67,6 +68,7 @@ $(dist): $(call meta-vc9proj,$(src_base)/libodb-boost-vc9.vcproj) $(call meta-vc10proj,$(src_base)/libodb-boost-vc10.vcxproj) $(call meta-vc11proj,$(src_base)/libodb-boost-vc11.vcxproj) + $(call meta-vc12proj,$(src_base)/libodb-boost-vc12.vcxproj) $(call meta-automake) # Clean. @@ -95,6 +97,7 @@ $(call include,$(bld_root)/meta/vc8proj.make) $(call include,$(bld_root)/meta/vc9proj.make) $(call include,$(bld_root)/meta/vc10proj.make) $(call include,$(bld_root)/meta/vc11proj.make) +$(call include,$(bld_root)/meta/vc12proj.make) $(call include,$(bld_root)/meta/automake.make) $(call include,$(bld_root)/cxx/o-l.make) -- cgit v1.1