From ac452f26ac9a88914db0495505413ffdc7be898b Mon Sep 17 00:00:00 2001 From: jake Date: Tue, 5 Dec 2006 06:46:21 +0000 Subject: [PATCH] Oops, the all target slipped through the cracks. git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@20042 f5534014-38df-0310-8fa8-9805f1628bb7 --- plugins/h223/Makefile.nmake | 2 ++ 1 file changed, 2 insertions(+) diff --git a/plugins/h223/Makefile.nmake b/plugins/h223/Makefile.nmake index 716b2a445e..003934798c 100644 --- a/plugins/h223/Makefile.nmake +++ b/plugins/h223/Makefile.nmake @@ -26,6 +26,8 @@ OBJECTS = $(DISSECTOR_OBJECTS) $(DISSECTOR_SUPPORT_OBJECTS) plugin.obj RESOURCE=$(PLUGIN_NAME).res +all: $(PLUGIN_NAME).dll + $(PLUGIN_NAME).rc : moduleinfo.nmake sed -e s/@PLUGIN_NAME@/$(PLUGIN_NAME)/ \ -e s/@RC_MODULE_VERSION@/$(RC_MODULE_VERSION)/ \ -- 2.34.1