aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMartin Mathieson <martin.r.mathieson@googlemail.com>2007-10-12 15:00:20 +0000
committerMartin Mathieson <martin.r.mathieson@googlemail.com>2007-10-12 15:00:20 +0000
commitfaffc473d19f67f40c00b69dd514528cf0e651db (patch)
treed9f56a3d033a0a5515e266772cf277ccfdba2036
parent258eab8c26786d84b4056b3eced38a77b0fb9deb (diff)
Add targets for lex compilation.
svn path=/trunk/; revision=23162
-rw-r--r--plugins/wimaxasncp/Makefile.nmake6
1 files changed, 6 insertions, 0 deletions
diff --git a/plugins/wimaxasncp/Makefile.nmake b/plugins/wimaxasncp/Makefile.nmake
index 8cd480bb00..d5dff03a65 100644
--- a/plugins/wimaxasncp/Makefile.nmake
+++ b/plugins/wimaxasncp/Makefile.nmake
@@ -89,6 +89,12 @@ plugin.c: $(DISSECTOR_SRC) ../../tools/make-dissector-reg.py ../../tools/make-di
!ENDIF
+
+RUNLEX=..\..\tools\runlex.sh
+
+wimaxasncp_dict_lex.h: wimaxasncp_dict.c
+wimaxasncp.obj : wimaxasncp_dict.c
+
clean:
rm -f $(OBJECTS) $(RESOURCE) plugin.c *.pdb \
$(PLUGIN_NAME).dll $(PLUGIN_NAME).dll.manifest $(PLUGIN_NAME).lib \