On Mon, Apr 22, 2013 at 8:20 AM, Mario M. Westphal <m...@mwlabs.de> wrote:

>
> So far I only used the Amalgamation. Looks like the files on your source
> control server require me to build SQLite from source or at least run a
> tool/script to build the amalgamation.
>
> I'm using Windows and Visual Studio so the standard Linux build tools and
> scripting languages are not available.
> Is there an easy way to create the amalgamation on Windows?


Open an MSVC shell window and type:

     nmake /f makefile.msc sqlite3.c



> Otherwise I will
> have to change my project to try this change out. Which I can do, but it
> will take some extra days before I'll find the time for that.
>
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to