summaryrefslogtreecommitdiff
path: root/winbuild
diff options
context:
space:
mode:
authorAlessandro Ghedini <al3xbio@gmail.com>2012-05-24 19:57:30 +0200
committerAlessandro Ghedini <al3xbio@gmail.com>2012-05-24 19:57:30 +0200
commit595b4c92a848f9e6e93c6050ad2ff56b130a8ccb (patch)
tree824786af0786e0c3af3aad4c0ce1f8dfdd63d554 /winbuild
parentc1521024d33ba639a8d66385e30355ebbdff4705 (diff)
Imported Upstream version 7.26.0
Diffstat (limited to 'winbuild')
-rw-r--r--winbuild/MakefileBuild.vc6
-rwxr-xr-x[-rw-r--r--]winbuild/gen_resp_file.bat0
2 files changed, 3 insertions, 3 deletions
diff --git a/winbuild/MakefileBuild.vc b/winbuild/MakefileBuild.vc
index 238b3ea6..d4479227 100644
--- a/winbuild/MakefileBuild.vc
+++ b/winbuild/MakefileBuild.vc
@@ -5,7 +5,7 @@
# | (__| |_| | _ <| |___
# \___|\___/|_| \_\_____|
#
-# Copyright (C) 1999 - 2011, Daniel Stenberg, <daniel@haxx.se>, et al.
+# Copyright (C) 1999 - 2012, Daniel Stenberg, <daniel@haxx.se>, et al.
#
# This software is licensed as described in the file COPYING, which
# you should have received as part of this distribution. The terms
@@ -152,7 +152,7 @@ USE_SSPI=true
USE_IPV6=true
!ENDIF
-!IFNDEF ENABLE_IDN
+!IFNDEF USE_IDN
USE_IDN =true
!ELSEIF "$(USE_IDN)"=="yes"
USE_IDN =true
@@ -163,7 +163,7 @@ CFLAGS = $(CFLAGS) /DUSE_WIN32_IDN
LFLAGS = $(LFLAGS) Normaliz.lib
!ENDIF
-!IF "$(USE_IPV6)"=="yes"
+!IF "$(USE_IPV6)"=="true"
CFLAGS = $(CFLAGS) /DUSE_IPV6
USE_IPV6=true
!ENDIF
diff --git a/winbuild/gen_resp_file.bat b/winbuild/gen_resp_file.bat
index c2fa6677..c2fa6677 100644..100755
--- a/winbuild/gen_resp_file.bat
+++ b/winbuild/gen_resp_file.bat