File tree 3 files changed +0
-12
lines changed
3 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ install:
20
20
IF NOT EXIST $(LUA_LIBDIR)\luasql mkdir $(LUA_LIBDIR)\luasql
21
21
copy src\$T .dll $(LUA_LIBDIR)\luasql
22
22
23
- jdbc_driver:
24
- cd src\jdbc
25
- nmake - f Makefile .win $@
26
-
27
23
clean:
28
24
del src\$T .dll
29
25
del src\$T .exp
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ install:
20
20
IF NOT EXIST $(LUA_LIBDIR)\luasql mkdir $(LUA_LIBDIR)\luasql
21
21
copy src\$T.dll $(LUA_LIBDIR)\luasql
22
22
23
- jdbc_driver:
24
- cd src\jdbc
25
- nmake -f Makefile.win $@
26
-
27
23
clean:
28
24
del src\$T.dll
29
25
del src\$T.exp
Original file line number Diff line number Diff line change @@ -20,10 +20,6 @@ install:
20
20
IF NOT EXIST "$(LUA_LIBDIR)\luasql" mkdir "$(LUA_LIBDIR)\luasql"
21
21
copy "src\$T.dll" "$(LUA_LIBDIR)\luasql"
22
22
23
- jdbc_driver:
24
- cd src\jdbc
25
- nmake -f Makefile.win $@
26
-
27
23
clean:
28
24
del src\$T.dll
29
25
del src\$T.exp
You can’t perform that action at this time.
0 commit comments