From 605dea048690dc49e7aeca9fa58440437c45af60 Mon Sep 17 00:00:00 2001 From: Bill Meier Date: Fri, 24 Feb 2012 16:23:38 +0000 Subject: CVARSDLL hasn't been used (is undefined) for a while.... svn path=/trunk/; revision=41180 --- epan/dissectors/Makefile.nmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'epan/dissectors/Makefile.nmake') diff --git a/epan/dissectors/Makefile.nmake b/epan/dissectors/Makefile.nmake index 59d1a6ed8e..3e6a1d9c2a 100644 --- a/epan/dissectors/Makefile.nmake +++ b/epan/dissectors/Makefile.nmake @@ -19,7 +19,7 @@ CFLAGS= $(WARNINGS_ARE_ERRORS) $(STANDARD_CFLAGS) \ /I$(PCAP_DIR)\include .c.obj:: - $(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $< + $(CC) $(CFLAGS) -Fd.\ -c $< DISSECTOR_OBJECTS = \ $(ALL_DISSECTORS_SRC:.c=.obj) @@ -39,7 +39,7 @@ dissectors.lib: register.obj packet-ncp2222.c $(GENERATED_HEADER_FILES) ../../co "$(MSVC_VARIANT)" != "MSVC2010EE" # Disable debug for large dissectors packet-rrc.obj : packet-rrc.c - $(CC) $(CVARSDLL) $(CFLAGS) /Zd /Fd.\ -c $? + $(CC) $(CFLAGS) /Zd /Fd.\ -c $? !ENDIF # -- cgit v1.2.3