Fix windows DLL section of Makefile.in for use with build dir. (CVS 1301)

FossilOrigin-Name: 1e84f70fb98755651e0c04dc2cf0114e2e6fe39c
This commit is contained in:
rdc
2004-03-26 23:16:31 +00:00
parent d888544275
commit 932ee8f4bb
3 changed files with 12 additions and 11 deletions
+4 -3
View File
@@ -498,10 +498,11 @@ sqlite.dll: $(LIBOBJ) $(TOP)/sqlite.def
#target for dll import libraries
implib: sqlite.lib
#make Borland C++ import library for the dll
#make Borland C++ and/or Microsoft VC import library for the dll
# ignore any errors (usually due to missing programs)
sqlite.lib: sqlite.dll
-implib -a sqlite.lib sqlite.dll $(TOP)/sqlite.def
-lib /machine:i386 /def:sqlite.def
-implib -a sqlite.lib sqlite.dll
-lib /machine:i386 /def:$(TOP)/sqlite.def
distclean: clean
rm -f config.log config.status libtool Makefile config.h