diff options
author | Steve Holme <steve_holme@hotmail.com> | 2014-11-08 17:47:08 +0000 |
---|---|---|
committer | Steve Holme <steve_holme@hotmail.com> | 2014-11-08 18:31:29 +0000 |
commit | dc867bbf3aebb04891a751d7195fd9b714708d1e (patch) | |
tree | a1aa6e2eec49bbc3aea51d0ce10fde00bcb03459 /lib/Makefile.vc6 | |
parent | 71d66f3678e542cf5c40d0f09ddcf62cd8d7a19b (diff) | |
download | curl-dc867bbf3aebb04891a751d7195fd9b714708d1e.tar.gz |
Makefile.vc6: Added support for WinIDN
Diffstat (limited to 'lib/Makefile.vc6')
-rw-r--r-- | lib/Makefile.vc6 | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/Makefile.vc6 b/lib/Makefile.vc6 index 0edde28cf..adf4a4cf2 100644 --- a/lib/Makefile.vc6 +++ b/lib/Makefile.vc6 @@ -130,6 +130,10 @@ CFLAGS = $(CFLAGS) /DUSE_WINDOWS_SSPI /I$(WINDOWS_SDK_PATH)\include CFLAGS = $(CFLAGS) /DUSE_IPV6
!ENDIF
+!IFDEF USE_IDN
+CFLAGS = $(CFLAGS) /DUSE_WIN32_IDN /DWANT_IDN_PROTOTYPES
+!ENDIF
+
##############################################################
# Runtime library configuration
|