On 12/17/2010 3:12 PM, Richard Hipp wrote:
> Can somebody with windows-foo please explain to me what I need to do to
> vs2010 so that it generates exe file that doe not depend on non-standard
> DLLs?

If you are building from the command line, specify /MT (/MTd for debug 
builds) in place of /MD (/MDd).

In the IDE, go to Project | Properties | C/C++ | Code Generation, set 
Runtime Library to Multithreaded (/MT) or Multithreaded Debug (/MTd), 
for Release and Debug configuations correspondingly.
-- 
Igor Tandetnik

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

Reply via email to