From 34206d70a47049e2b33b23cc5dad34452439b77a Mon Sep 17 00:00:00 2001 From: carregal Date: Mon, 4 Jun 2007 19:28:14 +0000 Subject: [PATCH] Windows Makefile for the ADO module --- Makefile.win.ado | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 Makefile.win.ado diff --git a/Makefile.win.ado b/Makefile.win.ado new file mode 100644 index 0000000..05d0ee7 --- /dev/null +++ b/Makefile.win.ado @@ -0,0 +1,8 @@ +LUA_DIR=c:\lua5.1\lua + +install: + IF NOT EXIST $(LUA_DIR)\luasql mkdir $(LUA_DIR)\luasql + copy src\ado\ado.lua $(LUA_DIR)\luasql + +clean: +