From 575f3c30ed60aafddbaeeb26745cca942fb9ee2f Mon Sep 17 00:00:00 2001 From: Pierre Joye Date: Thu, 26 Jan 2012 16:39:26 +0100 Subject: - fix IPV6 and IDN options --- winbuild/Makefile.vc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'winbuild/Makefile.vc') diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc index 5967db1fe..8fafecf98 100644 --- a/winbuild/Makefile.vc +++ b/winbuild/Makefile.vc @@ -26,7 +26,7 @@ CFGSET=true !MESSAGE USE_SSSPI= - Enable SSPI support, default to yes !MESSAGE ENABLE_IPV6= - Enable IPV6, default to yes !MESSAGE DEBUG= - Debug builds -!MESSAGE ENABLE_IDN= - Wheter or not to use IDN Windows APIs. Requires Windows Vista or later. +!MESSAGE ENABLE_IDN= - Wheter or not to use IDN Windows APIs. Requires Windows Vista or later. !MESSAGE or to install http://www.microsoft.com/downloads/details.aspx?FamilyID=AD6158D7-DDBA-416A-9109-07607425A815 !MESSAGE GEN_PDB= - Generate Program Database (debug symbols release build) !ERROR please choose a valid mode @@ -50,9 +50,9 @@ USE_SSPI=true !ENDIF !IFNDEF ENABLE_IPV6 -USE_IPV6 =true +USE_IPV6 = true !ELSEIF "$(ENABLE_IPV6)"=="yes" -USE_IPV6 =true +USE_IPV6 = true !ENDIF !IFNDEF ENABLE_IDN -- cgit v1.2.3