This is an automated email from the git hooks/post-receive script. It was generated because a ref change was pushed to the repository containing the project "GNU libidn".
http://git.savannah.gnu.org/cgit/libidn.git/commit/?id=bbead4ff858a8bf533f754a33bc3c5ef34f4e8da The branch, master has been updated via bbead4ff858a8bf533f754a33bc3c5ef34f4e8da (commit) from 11180296cc96b5b2e095b6d9bc532853c794c9cf (commit) Those revisions listed above that are new to this repository have not appeared on any other notification email; so we list those revisions in full, below. - Log ----------------------------------------------------------------- commit bbead4ff858a8bf533f754a33bc3c5ef34f4e8da Author: Simon Josefsson <[email protected]> Date: Mon Mar 21 09:22:33 2011 +0100 Define LIBIDN_BUILDING. Tiny patch from Waqas Hussain <[email protected]>. ----------------------------------------------------------------------- Summary of changes: NEWS | 3 +++ THANKS | 1 + win32/libidn.vcproj | 4 ++-- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/NEWS b/NEWS index 696a604..d1bab09 100644 --- a/NEWS +++ b/NEWS @@ -4,6 +4,9 @@ See the end for copying conditions. * Version 1.21 (unreleased) [?] +** build: Visual Studio files fixed to define LIBIDN_BUILDING. +Tiny patch from Waqas Hussain <[email protected]>. + ** API and ABI is backwards compatible with the previous version. * Version 1.20 (released 2011-03-01) [stable] diff --git a/THANKS b/THANKS index 1b3cc6e..10e2dc0 100644 --- a/THANKS +++ b/THANKS @@ -93,6 +93,7 @@ Guenter Knauf <[email protected]> Stepan Golosunov <[email protected]> "Andrew O. Shadoura" <[email protected]> Roman Mamedov <[email protected]> +Waqas Hussain <[email protected]> ---------------------------------------------------------------------- Copying and distribution of this file, with or without modification, diff --git a/win32/libidn.vcproj b/win32/libidn.vcproj index b1e00bf..a693f30 100644 --- a/win32/libidn.vcproj +++ b/win32/libidn.vcproj @@ -43,7 +43,7 @@ Name="VCCLCompilerTool" Optimization="0" AdditionalIncludeDirectories="include;../lib;../lib/gl" - PreprocessorDefinitions="WIN32;_DEBUG;_USRDLL;IDNA_EXPORTS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" + PreprocessorDefinitions="WIN32;_DEBUG;_USRDLL;IDNA_EXPORTS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;LIBIDN_BUILDING" MinimalRebuild="true" BasicRuntimeChecks="3" RuntimeLibrary="3" @@ -120,7 +120,7 @@ <Tool Name="VCCLCompilerTool" AdditionalIncludeDirectories="include;../lib;../lib/gl" - PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;IDNA_EXPORTS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE" + PreprocessorDefinitions="WIN32;NDEBUG;_USRDLL;IDNA_EXPORTS;HAVE_CONFIG_H;_CRT_SECURE_NO_DEPRECATE;_CRT_NONSTDC_NO_DEPRECATE;LIBIDN_BUILDING" RuntimeLibrary="2" UsePrecompiledHeader="0" WarningLevel="3" hooks/post-receive -- GNU libidn _______________________________________________ Libidn-commit mailing list [email protected] http://lists.gnu.org/mailman/listinfo/libidn-commit
