more fixes

master
mascarenhas 2008-01-16 18:46:40 +00:00
parent 279f4335f6
commit 33cd01ac67
1 changed files with 1 additions and 1 deletions

View File

@ -11,7 +11,7 @@ all: src\$(LIBNAME)
cl /c /Fo$@ /O2 $(CFLAGS) /DWIN32 /D_CRT_SECURE_NO_DEPRECATE $<
src\$(LIBNAME): $(OBJS)
link /dll /out:$@ $(LIB_OPTION) $(OBJS)
link /dll /def:src\$T.def /out:$@ $(LIB_OPTION) $(OBJS)
install:
IF NOT EXIST "$(LUA_LIBDIR)\luasql" mkdir "$(LUA_LIBDIR)\luasql"