From be943c84190a9437c3f882496d2151dd02db7b52 Mon Sep 17 00:00:00 2001 From: Gerald Combs Date: Sun, 15 Mar 2009 22:40:29 +0000 Subject: 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 --- plugins/mate/Makefile.nmake | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/mate') 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) -- cgit v1.2.3