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

Reply via email to