From 33cd01ac67cc1f170dc322b210b445aec75fb4cb Mon Sep 17 00:00:00 2001 From: mascarenhas Date: Wed, 16 Jan 2008 18:46:40 +0000 Subject: [PATCH] more fixes --- Makefile.win | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile.win b/Makefile.win index 81cd94b..174a2da 100644 --- a/Makefile.win +++ b/Makefile.win @@ -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"