Windows Makefile for the ADO module

master
carregal 2007-06-04 19:28:14 +00:00
parent fc1359dc6c
commit 34206d70a4
1 changed files with 8 additions and 0 deletions

8
Makefile.win.ado Normal file
View File

@ -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: