aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/mate
diff options
context:
space:
mode:
authorGerald Combs <gerald@wireshark.org>2009-03-15 22:40:29 +0000
committerGerald Combs <gerald@wireshark.org>2009-03-15 22:40:29 +0000
commitbe943c84190a9437c3f882496d2151dd02db7b52 (patch)
treed8d461954ff55eb568cde84861f841a7159b9f06 /plugins/mate
parent26d30411b60beee52a53b2c21597322403836759 (diff)
Go a little deeper into the Win64 rabbit-hole. Add tools/native-nmake.cmd
and use it as a wrapper to compile a native version of lemon. Untested on Win32. svn path=/trunk/; revision=27734
Diffstat (limited to 'plugins/mate')
-rw-r--r--plugins/mate/Makefile.nmake6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/mate/Makefile.nmake b/plugins/mate/Makefile.nmake
index fdce120155..22e5902f24 100644
--- a/plugins/mate/Makefile.nmake
+++ b/plugins/mate/Makefile.nmake
@@ -123,9 +123,9 @@ mate_grammar.c : mate_grammar.lemon $(LEMON)\lemon.exe
$(LEMON)\lemon.exe t=$(LEMON)\lempar.c mate_grammar.lemon
$(LEMON)\lemon.exe:
- cd ../../tools/lemon
- $(MAKE) /$(MAKEFLAGS) -f makefile.nmake
- cd ../../plugins/mate
+ cd ../../tools
+ $(MAKE) /$(MAKEFLAGS) -f makefile.nmake lemon
+ cd ../plugins/mate
checkapi:
$(PERL) ../../tools/checkAPIs.pl -g abort -g termoutput $(DISSECTOR_SRC)