RE: [sqlite] building sqlite.lib

2006-09-12 Thread Denis Povshedny
- From: Richard Stern [mailto:[EMAIL PROTECTED] Sent: Tuesday, September 12, 2006 3:53 PM To: sqlite-users@sqlite.org Subject: RE: [sqlite] building sqlite.lib > Download the source with the .DEF file, then run: > > LIB /DEF:sqlite.def > > That will make a lib file. Pard

Re: [sqlite] building sqlite.lib

2006-09-12 Thread Cory Nelson
Look in the start menu, you want the Visual Studio Command Prompt. On 9/12/06, Richard Stern <[EMAIL PROTECTED]> wrote: > Download the source with the .DEF file, then run: > > LIB /DEF:sqlite.def > > That will make a lib file. Pardon my ignorance, but run how? What sort of command is that? I

RE: [sqlite] building sqlite.lib

2006-09-12 Thread Richard Stern
> Download the source with the .DEF file, then run: > > LIB /DEF:sqlite.def > > That will make a lib file. Pardon my ignorance, but run how? What sort of command is that? I tried in the dos shell that obviously didn't work, oh I'm running win XP if that makes a difference. Where do I run

RE: [sqlite] building sqlite.lib

2006-09-11 Thread Robert Simpson
>From http://www.sqlite.org/cvstrac/wiki?p=HowToCompile Download the source with the .DEF file, then run: LIB /DEF:sqlite.def That will make a lib file. Robert > -Original Message- > From: Richard Stern [mailto:[EMAIL PROTECTED] > Sent: Monday, September 11, 2006 7:19 PM > To: