From 3dc924cac5f687ca03d187d0c4ed7d088834ffc3 Mon Sep 17 00:00:00 2001 From: Benoit Germain Date: Sat, 29 Jan 2011 17:40:50 +0100 Subject: Updated CHANGES Fixed makefile so that make finds lua.exe Updated contact information in documentation --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Makefile') diff --git a/Makefile b/Makefile index b4a78cc..35870a7 100644 --- a/Makefile +++ b/Makefile @@ -24,8 +24,8 @@ TIME=time ifeq "$(findstring MINGW32,$(shell uname -s))" "MINGW32" # MinGW MSYS on XP # - LUA=lua - LUAC=luac + LUA=lua.exe + LUAC=luac.exe _SO=.dll _TARGET_SO=./lua51-lanes.dll TIME=timeit.exe -- cgit v1.2.3-55-g6feb