summaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authorAlessandro Ghedini <al3xbio@gmail.com>2012-03-22 20:15:42 +0100
committerAlessandro Ghedini <al3xbio@gmail.com>2012-03-22 20:15:42 +0100
commitc1521024d33ba639a8d66385e30355ebbdff4705 (patch)
treeb178b1e38d39136e8db9ef5c528981cf1d97ff8c /winbuild
parent048114422c503da411ebc440ce68eaf92e2c5f19 (diff)
Imported Upstream version 7.25.0
Diffstat (limited to 'winbuild')
-rw-r--r--winbuild/Makefile.vc6
-rw-r--r--winbuild/MakefileBuild.vc4
2 files changed, 5 insertions, 5 deletions
diff --git a/winbuild/Makefile.vc b/winbuild/Makefile.vc
index 5967db1f..8fafecf9 100644
--- a/winbuild/Makefile.vc
+++ b/winbuild/Makefile.vc
@@ -26,7 +26,7 @@ CFGSET=true
!MESSAGE USE_SSSPI=<yes or no> - Enable SSPI support, default to yes
!MESSAGE ENABLE_IPV6=<yes or no> - Enable IPV6, default to yes
!MESSAGE DEBUG=<yes or no> - Debug builds
-!MESSAGE ENABLE_IDN=<yes or no> - Wheter or not to use IDN Windows APIs. Requires Windows Vista or later.
+!MESSAGE ENABLE_IDN=<yes or no> - 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=<yes or no> - 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
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc
index 6961f5c1..238b3ea6 100644
--- a/winbuild/MakefileBuild.vc
+++ b/winbuild/MakefileBuild.vc
@@ -149,10 +149,10 @@ USE_SSPI=true
!ENDIF
!IFNDEF USE_IPV6
-USE_IPV6=yes
+USE_IPV6=true
!ENDIF
-!IFNDEF USE_IDN
+!IFNDEF ENABLE_IDN
USE_IDN =true
!ELSEIF "$(USE_IDN)"=="yes"
USE_IDN =true