Return-Path: Delivered-To: apmail-incubator-stdcxx-dev-archive@www.apache.org Received: (qmail 33744 invoked from network); 23 Apr 2007 16:31:16 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 23 Apr 2007 16:31:16 -0000 Received: (qmail 62863 invoked by uid 500); 23 Apr 2007 16:31:23 -0000 Delivered-To: apmail-incubator-stdcxx-dev-archive@incubator.apache.org Received: (qmail 62843 invoked by uid 500); 23 Apr 2007 16:31:23 -0000 Mailing-List: contact stdcxx-dev-help@incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: stdcxx-dev@incubator.apache.org Delivered-To: mailing list stdcxx-dev@incubator.apache.org Received: (qmail 62832 invoked by uid 99); 23 Apr 2007 16:31:23 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 09:31:23 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of Farid_Zaripov@epam.com designates 217.21.63.3 as permitted sender) Received: from [217.21.63.3] (HELO EPMSA009.epam.com) (217.21.63.3) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 23 Apr 2007 09:31:15 -0700 X-MimeOLE: Produced By Microsoft Exchange V6.5 Content-class: urn:content-classes:message MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Subject: RE: [MSVC 7.1] ".obj" in source filenames Date: Mon, 23 Apr 2007 19:30:44 +0300 Message-ID: <7BDB2168BEAEF14C98F1901FD2DE64386C702F@epmsa009.minsk.epam.com> In-Reply-To: <4628F6A4.5000702@roguewave.com> X-MS-Has-Attach: X-MS-TNEF-Correlator: Thread-Topic: [MSVC 7.1] ".obj" in source filenames Thread-Index: AceDcMVXx2WCKe1NTBiPsKbXR9IFqgCQVWug References: <7BDB2168BEAEF14C98F1901FD2DE64386C6E0C@epmsa009.minsk.epam.com> <4628F6A4.5000702@roguewave.com> From: "Farid Zaripov" To: X-Virus-Checked: Checked by ClamAV on apache.org > -----Original Message----- > From: Martin Sebor [mailto:msebor@gmail.com]=20 > Sent: Friday, April 20, 2007 8:22 PM > To: stdcxx-dev@incubator.apache.org > Cc: Martin Sebor > Subject: Re: [MSVC 7.1] ".obj" in source filenames >=20 > Farid Zaripov wrote: > > The MSVC 7.1 do not link the projects with project name or source=20 > > filename containing ".obj" (i.e. 20.function.objects.cpp). > >=20 > > This bug is not a bug of the compiler or linker. >=20 > So where is it? In the IDE? Definitely, somewhere in IDE. > > I propose to rename 20.function.objects.cpp to=20 > 20.functors.cpp. Any=20 > > suggestions? >=20 > I guess we'll have to do what we have to do, but before we=20 > change any file name(s) (which are meant to correspond to the=20 > sections in the standard) I'd like us to be sure there isn't=20 > a better solution or workaround. I'll try to find a workaround. Farid.