aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/h223
diff options
context:
space:
mode:
authorJaap Keuter <jaap.keuter@xs4all.nl>2006-12-05 06:46:21 +0000
committerJaap Keuter <jaap.keuter@xs4all.nl>2006-12-05 06:46:21 +0000
commit4ada75da4bd0ce78595e41e6c0fc00fb70750045 (patch)
treeaf03b1298562f8a16eee053651fcb7e3b9e07de3 /plugins/h223
parent2f849c368aaa70d2aa40224851cf8cc4e7a9cf80 (diff)
Oops, the all target slipped through the cracks.
svn path=/trunk/; revision=20042
Diffstat (limited to 'plugins/h223')
-rw-r--r--plugins/h223/Makefile.nmake2
1 files changed, 2 insertions, 0 deletions
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)/ \