aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index d13c0d9824..6c3941d6dc 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -10,6 +10,8 @@ include Makefile.common
############### no need to modify below this line #########
+LINK= link
+
CFLAGS=-WX -DHAVE_CONFIG_H /I. /I.. /I../wiretap $(GLIB_CFLAGS) \
$(ZLIB_CFLAGS) $(ADNS_CFLAGS) $(PCRE_CFLAGS) $(GNUTLS_CFLAGS) /I$(PCAP_DIR)\include \
-D_U_="" $(LOCAL_CFLAGS)