RE: [sqlite] Make for windows

2006-05-17 Thread Brannon King
Thanks. That command created the files; however, grep sqlite3_sleep ./tsrc/* reports: sqlite3.h:int sqlite3_sleep(int); and that's all. In other words, it's declared but never defined. > So I downloaded the latest CVS files on my Linux box. What do I run to > generate the c files I need for

Re: [sqlite] Make for windows

2006-05-17 Thread drh
"Brannon King" <[EMAIL PROTECTED]> wrote: > So I downloaded the latest CVS files on my Linux box. What do I run to > generate the c files I need for compilation on my Windows box? In other > words, what make command is used to generate the files for the zip = > source > download? Where do the

[sqlite] Make for windows

2006-05-17 Thread Brannon King
So I downloaded the latest CVS files on my Linux box. What do I run to generate the c files I need for compilation on my Windows box? In other words, what make command is used to generate the files for the zip source download? Where do the files end up? Do I need any special parameters to