You can add it as an option to either configure or make.

For a makefile generated from configure, you would do something like:

make OPTS=-DSQLITE_ENABLE_UPDATE_DELETE_LIMIT=1

TCL is needed to build the amalgamation, as TCl scripts are used to
generate the "amalgamated" file.   ActiveTCL works.

On Wed, Oct 15, 2008 at 2:40 PM, John Belli <[EMAIL PROTECTED]>wrote:

> Perhaps I just don't know how to use configure and make, but I can't
> figure out how to use, for example, SQLITE_ENABLE_UPDATE_DELETE_LIMIT
> when compiling with msys. Do I add it somehow when calling configure,
> when calling make, or do I edit the Makefile after configure? I am
> having no problem getting "sqlite.exe" out by following the README, or
> with options that show up in "configure --help".
>
> Also, is tcl required to produce an amalgamation? All this started
> when I found the amalgamation does not support the DELETE ... LIMIT
> syntax. If so, can I use ActiveState tcl or should I build from
> source?
>
>
> JAB
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to