Change to Makefile.in to fix a problem with the Borland linker.

Ticket #1291. (CVS 2519)

FossilOrigin-Name: bc25397735c1485e3533507bed507250ea07534a
This commit is contained in:
drh
2005-06-16 16:51:15 +00:00
parent 6eb8577cae
commit bf8f1b3460
3 changed files with 9 additions and 8 deletions
+2 -1
View File
@@ -639,7 +639,8 @@ 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