From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 31534 invoked by alias); 14 Feb 2003 12:28:38 -0000 Mailing-List: contact pthreads-win32-help@sources.redhat.com; run by ezmlm Precedence: bulk List-Subscribe: List-Archive: List-Post: List-Help: , Sender: pthreads-win32-owner@sources.redhat.com Received: (qmail 31527 invoked from network); 14 Feb 2003 12:28:36 -0000 Received: from unknown (HELO cpg.de) (62.245.197.162) by 172.16.49.205 with SMTP; 14 Feb 2003 12:28:36 -0000 Content-Class: urn:content-classes:message Subject: RE: Create static .lib without .dll [W2K, VC++ 6] [Viren geprueft] MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: quoted-printable Date: Fri, 14 Feb 2003 12:28:00 -0000 Message-ID: <4011F019854CC743A74EC317F5779B5D091A00@mail2.cpg.de> X-MimeOLE: Produced By Microsoft Exchange V6.0.6249.0 X-MS-Has-Attach: X-MS-TNEF-Correlator: From: "Forstner Michael" To: X-SW-Source: 2003/txt/msg00020.txt.bz2 Thank you for your answer, but I thougt there would be a makefile for build= ing 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] >=20 >=20 >=20 > The easy way: just create a 'Win32 Static Library' project=20 > under "File / > New Project", and load it with your files. >=20 > The harder way: although it is highly you can specify the=20 > "-lib" option > in the linker options or even in the project .dsp directly,=20 > but you have > to make sure you're using the default linker options, see=20 > MSDN for more > information under 'static libraries, creating'. If you're not > comfortable with editing .dsp files by hand, then please don't! :) >=20 > Regards, > i. >=20 > > -----Original Message----- > > From: pthreads-win32-owner@sources.redhat.com=20 > [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] > >=20 > > Hello all, > >=20 > > is there a way to create a static .lib without the .dll=20 > with VC++ 6 ? > >=20 > > regards, > > Michael Forstner >=20 >=20