aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/Makefile.nmake
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2012-02-24 16:23:38 +0000
committerBill Meier <wmeier@newsguy.com>2012-02-24 16:23:38 +0000
commit605dea048690dc49e7aeca9fa58440437c45af60 (patch)
tree18a482355ce28243104a2f5559e96144c85fade2 /epan/dissectors/Makefile.nmake
parentcacbe31797258f1299b80fa46420ccd7c15927b3 (diff)
CVARSDLL hasn't been used (is undefined) for a while....
svn path=/trunk/; revision=41180
Diffstat (limited to 'epan/dissectors/Makefile.nmake')
-rw-r--r--epan/dissectors/Makefile.nmake4
1 files changed, 2 insertions, 2 deletions
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
#