diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/Makefile.Watcom | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/Makefile.Watcom b/src/Makefile.Watcom index 1a9629e4b..66c97ef45 100644 --- a/src/Makefile.Watcom +++ b/src/Makefile.Watcom @@ -193,6 +193,14 @@ $(LINK_ARG): $(__MAKEFILES__) !ifdef %use_ares @%append $^@ library $(ARES_ROOT)$(DS)cares.lib !endif +!ifdef %use_winidn +! if $(__VERSION__) > 1290 + @%append $^@ library normaliz.lib +! else + @%append $^@ import '_IdnToAscii@20' 'NORMALIZ.DLL'.'IdnToAscii' + @%append $^@ import '_IdnToUnicode@20' 'NORMALIZ.DLL'.'IdnToUnicode' +! endif +!endif !else @%append $^@ library ..$(DS)lib$(DS)$(LIBNAME)_imp.lib !endif |