xFi a Ytpo

svn path=/trunk/; revision=21328
This commit is contained in:
Luis Ontanon 2007-04-03 20:52:37 +00:00
parent edfd071881
commit d51726941d
1 changed files with 6 additions and 4 deletions

View File

@ -20,13 +20,15 @@ CVARSDLL=-DWIN32 -DNULL=0 -D_MT -D_DLL
.c.obj::
$(CC) $(CVARSDLL) $(CFLAGS) -Fd.\ -c $<
DISSECTOR_OBJECTS = $(ALL_DISSECTOR_SRC:.c=.obj)
DISSECTOR_OBJECTS = \
$(ALL_DISSECTORS_SRC:.c=.obj)
DISSECTOR_SUPPORT_OBJECTS = $(DISSECTOR_SUPPORT_SRC:.c=.obj)
DISSECTOR_SUPPORT_OBJECTS = \
$(DISSECTOR_SUPPORT_SRC:.c=.obj)
dissectors.lib: register.obj packet-ncp2222.c $(GENERATED_HEADER_FILES) ../../config.h $(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
@echo Linking dissectors.lib
link /lib /out:dissectors.lib $(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
@echo Linking dissectors.lib $(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
link /lib /out:dissectors.lib $(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS)
#
# The header files listed here are built from x11-fields using Perl;