aboutsummaryrefslogtreecommitdiffstats
path: root/epan/Makefile.nmake
diff options
context:
space:
mode:
authorSebastien Tandel <sebastien@tandel.be>2007-05-17 17:08:11 +0000
committerSebastien Tandel <sebastien@tandel.be>2007-05-17 17:08:11 +0000
commitdd7753ab2cd86bf2ee5b173d4497d79f3be446c5 (patch)
treee8cbdf4230376f77b991bf680252ec6d5b96ab23 /epan/Makefile.nmake
parent21e897760f2e018effabdb119809ffe61b08bd15 (diff)
Since code generated by lex may trigger gcc warnings, we are now generating two
libraries. A single library is generated with the lex code without the barrier "stop on warning". Another library is generated from the remaining source files with the "stop on warning" barrier. svn path=/trunk/; revision=21813
Diffstat (limited to 'epan/Makefile.nmake')
-rw-r--r--epan/Makefile.nmake2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/Makefile.nmake b/epan/Makefile.nmake
index 2b40191706..4463d78009 100644
--- a/epan/Makefile.nmake
+++ b/epan/Makefile.nmake
@@ -48,7 +48,7 @@ libwireshark_LIBS = \
.c.obj::
$(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $<
-LIBWIRESHARK_OBJECTS = $(LIBWIRESHARK_SRC:.c=.obj)
+LIBWIRESHARK_OBJECTS = $(LIBWIRESHARK_ALL_SRC:.c=.obj)
EXTRA_OBJECTS = \
# strerror.obj \