From 3a7c89cdf7a03637b1cb012ed2098a56bfb2e29a Mon Sep 17 00:00:00 2001 From: Vincent Torri Date: Sat, 11 Dec 2010 07:52:08 +0000 Subject: [PATCH] add config.h for Windows, to define VMAJ and al. SVN revision: 55489 --- legacy/embryo/win32/common/config.h | 28 ++++++++++++++++++++++++ legacy/embryo/win32/vs8/libembryo.vcproj | 4 ++-- legacy/embryo/win32/vs9/libembryo.vcproj | 4 ++-- 3 files changed, 32 insertions(+), 4 deletions(-) create mode 100644 legacy/embryo/win32/common/config.h diff --git a/legacy/embryo/win32/common/config.h b/legacy/embryo/win32/common/config.h new file mode 100644 index 0000000000..a2c3b37416 --- /dev/null +++ b/legacy/embryo/win32/common/config.h @@ -0,0 +1,28 @@ +/* EINA - EFL data type library + * Copyright (C) 2008 Cedric Bail + * + * This library is free software; you can redistribute it and/or + * modify it under the terms of the GNU Lesser General Public + * License as published by the Free Software Foundation; either + * version 2.1 of the License, or (at your option) any later version. + * + * This library is distributed in the hope that it will be useful, + * but WITHOUT ANY WARRANTY; without even the implied warranty of + * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU + * Lesser General Public License for more details. + * + * You should have received a copy of the GNU Lesser General Public + * License along with this library; + * if not, see . + */ + +#ifndef EMBRYO_CONFIG_H_ +#define EMBRYO_CONFIG_H_ + + +#define VMAJ 1 +#define VMIN 0 +#define VMIC 0 +#define VREV 0 + +#endif /* EMBRYO_CONFIG_H_ */ diff --git a/legacy/embryo/win32/vs8/libembryo.vcproj b/legacy/embryo/win32/vs8/libembryo.vcproj index 86cde0852d..1971cbfcec 100644 --- a/legacy/embryo/win32/vs8/libembryo.vcproj +++ b/legacy/embryo/win32/vs8/libembryo.vcproj @@ -41,7 +41,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="$(INCLUDE)" - PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;EFL_EMBRYO_BUILD;DLL_EXPORT;HAVE_EVIL;__CRT_INLINE=__inline;snprintf=_snprintf_c;__UNUSED__=;HAVE_GETTIMEOFDAY;_CRT_SECURE_NO_WARNINGS" + PreprocessorDefinitions="WIN32;_DEBUG;_WINDOWS;_USRDLL;EFL_EMBRYO_BUILD;DLL_EXPORT;HAVE_EVIL;__CRT_INLINE=__inline;snprintf=_snprintf_c;__UNUSED__=;HAVE_GETTIMEOFDAY;_CRT_SECURE_NO_WARNINGS;HAVE_CONFIG_H" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -123,7 +123,7 @@