Re: [sqlite] Why is the sqlite3.def file missing in v. 3.3.8 package ??? (SQLite3 source code preprocessed for Win32)

2007-01-04 Thread Joe Wilson
--- Klemens Friedl <[EMAIL PROTECTED]> wrote:
> All SQLite3 Source code package (preprocessing for Win32) except the
> latest one (v. 3.3.8) have come with "sqlite3.def" file which I used
> to build sqlite3.dll (dynamic link library).
> 
> Why hasn't the "sqlite3.def" file been added?

I suspect because the number of external functions change depending 
on the compile options (OMIT_FEATURE_WHATEVER, etc) it was not included 
with the source code. It makes more sense to generate it.

__
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.com 

-
To unsubscribe, send email to [EMAIL PROTECTED]
-



[sqlite] Why is the sqlite3.def file missing in v. 3.3.8 package ??? (SQLite3 source code preprocessed for Win32)

2007-01-03 Thread Klemens Friedl

All SQLite3 Source code package (preprocessing for Win32) except the
latest one (v. 3.3.8) have come with "sqlite3.def" file which I used
to build sqlite3.dll (dynamic link library).

Why hasn't the "sqlite3.def" file been added?

http://sqlite.org/sqlite-source-3_3_8.zip ... no sqlite3.def

All other versions have the  "sqlite3.def" file:
http://sqlite.org/sqlite-source-3_3_7.zip
http://sqlite.org/sqlite-source-3_3_6.zip
http://sqlite.org/sqlite-source-3_3_5.zip
...

It may be because of FTS 1, but why not just add two "def" files?

Can someone provide me the def file so that I can update (& build) my
source to v. 3.3.8 ?

And please provide the "def" file(s) again with v. 3.3.9, thanks!


Best regards,
Klemens Friedl

-
To unsubscribe, send email to [EMAIL PROTECTED]
-