Joe,

I just opened up the build.bat file and saw your name as the author.  I
just wanted to send you a quick little note of immense gratitude for your
personal help and for all the hard work you and the rest of the SQLite
development team do for SQLite.  Independent software vendors such as
myself won't exist if it wasn't for the folks like you.  Thank you, I truly
appreciate it!

Pax vobiscum,
Sam Carleton


---------- Forwarded message ---------
From: Joe Mistachkin <sql...@mistachkin.com>
Date: Sat, Jun 8, 2019 at 11:48 PM
Subject: Re: [sqlite] Best way to set default PRAGMA's in System.Data.SQLite
To: SQLite mailing list <sqlite-users@mailinglists.sqlite.org>



Sam Carleton wrote:
>
> I am trying out this approach right now and running into one minor issue,
> the following cmd only builds the debug version:
>
> msbuild SQLite.NET.2015.MSBuild.sln /p:UseSqliteStandard=true
> /p:UseInteropDll=false
>

Have you tried using the "build.bat" tool in the source tree?  It sets
up the right build environment for the solution.  The following commands
should do generally what you want:

        CD /D C:\full\path\to\sqlite\dotnet\Setup
        SET MSBUILD_ARGS=/p:UseSqliteStandard=true /p:UseInteropDll=false
        CALL build.bat ReleaseManagedOnly

--
Joe Mistachkin

_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to