This is the mail archive of the pthreads-win32@sources.redhat.com mailing list for the pthreas-win32 project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

RE: Create static .lib without .dll [W2K, VC++ 6] [Viren geprueft]


Thank you for your answer, but I thougt there would be a makefile for building pthreads as a static lib.
Do you know if there exist one?

Regards,
Michael Forstner

> -----Original Message-----
> From: ignace [mailto:ignace.saenen@pandora.be]
> Sent: Friday, February 14, 2003 12:58 PM
> To: Forstner Michael; pthreads-win32@sources.redhat.com
> Subject: RE: Create static .lib without .dll [W2K, VC++ 6] [Viren
> geprueft]
> 
> 
> 
> The easy way: just create a 'Win32 Static Library' project 
> under "File /
> New Project", and load it with your files.
> 
> The harder way: although it is highly you can specify the 
> "-lib" option
> in the linker options or even in the project .dsp directly, 
> but you have
> to make sure you're using the default linker options, see 
> MSDN for more
> information under 'static libraries, creating'.  If you're not
> comfortable with editing .dsp files by hand, then please don't! :)
> 
> Regards,
> i.
> 
> > -----Original Message-----
> > From: pthreads-win32-owner@sources.redhat.com 
> [mailto:pthreads-win32-
> > owner@sources.redhat.com] On Behalf Of Forstner Michael
> > Sent: Friday, February 14, 2003 9:04 AM
> > To: pthreads-win32@sources.redhat.com
> > Subject: Create static .lib without .dll [W2K, VC++ 6]
> > 
> > Hello all,
> > 
> > is there a way to create a static .lib without the .dll 
> with VC++ 6 ?
> > 
> > regards,
> > Michael Forstner
> 
> 


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]