E. Timothy Uy wrote: > > Hi, in xcompiling tools for winrt I get the errors below. I suspect this > because I am using the vcvars for cross compiling winrt. Is there a way to > make this work? >
In order to build for WinRT, extra options are required on the NMAKE command line. Here is an example: nmake /f Makefile.msc sqlite3.dll FOR_WINRT=1 -- Joe Mistachkin _______________________________________________ sqlite-users mailing list sqlite-users@sqlite.org http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users