On 2/14/17, Bart Smissaert <bart.smissa...@gmail.com> wrote:
>
> Should I compile with nmake instead?
> Where should I type that?
>

You can compile however you want, of course. But please know that the
Visual Studio point-and-click IDE interface is neither tested nor
supported.  We developers operate from the command-line, that being
the one true interface for programmers.

To compile, bring up a "VS20xx Native Tools Command Prompt" window,
"cd" into the source directory, and type:

     nmake /f Makefile.msc

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

Reply via email to