aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorRichard van der Hoff <richardv@mxtelecom.com>2007-04-03 17:30:02 +0000
committerRichard van der Hoff <richardv@mxtelecom.com>2007-04-03 17:30:02 +0000
commit38142e0e1d3fe8afb87c487870f6c52f9dae22bc (patch)
treead6cce45ad93bce89de7c5d535361e2abccf84a7 /epan/Makefile.nmake
parent97bf03e456428469bccc1bc7f6f2e009ae7b8970 (diff)
Set $(LINK). I swear I'll get there in a minute with this.
svn path=/trunk/; revision=21319
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)