Windows Makefile for the ADO module
This commit is contained in:
parent
fc1359dc6c
commit
34206d70a4
8
Makefile.win.ado
Normal file
8
Makefile.win.ado
Normal 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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user