Change to Makefile.in to fix a problem with the Borland linker.
Ticket #1291. (CVS 2519) FossilOrigin-Name: bc25397735c1485e3533507bed507250ea07534a
This commit is contained in:
+2
-1
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user