Index: Makefile.in ================================================================== --- Makefile.in +++ Makefile.in @@ -637,10 +637,11 @@ implib: sqlite3.lib #make Borland C++ and/or Microsoft VC import library for the dll # ignore any errors (usually due to missing programs) sqlite3.lib: sqlite3.dll - -implib -a sqlite3.lib sqlite3.dll + -impdef -a sqlite3.def sqlite3.dll + -implib sqlite3.lib sqlite3.def -lib /machine:i386 /def:$(TOP)/sqlite3.def distclean: clean rm -f config.log config.status libtool Makefile config.h