From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 22267 invoked by alias); 6 Mar 2002 02:35:57 -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 22209 invoked from network); 6 Mar 2002 02:35:52 -0000 Received: from unknown (HELO sm10.texas.rr.com) (24.93.35.222) by sources.redhat.com with SMTP; 6 Mar 2002 02:35:52 -0000 Received: from acme (cs6669239-233.austin.rr.com [66.69.239.233]) by sm10.texas.rr.com (8.12.0.Beta16/8.12.0.Beta16) with SMTP id g262Zo15008876 for ; Tue, 5 Mar 2002 20:35:51 -0600 Message-ID: <006801c1c4b7$b3bad630$0100a8c0@acme> From: "Scott McCaskill" To: References: <3C807008.63B4DE3B@ise.canberra.edu.au> <006501c1c1de$60d496d0$0201010a@frodo> <3C819EC7.A9B3F6BB@ise.canberra.edu.au> Subject: Re: snapshot-2002-03-02 available Date: Tue, 05 Mar 2002 18:35:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.50.4807.1700 X-MimeOLE: Produced By Microsoft MimeOLE V5.50.4807.1700 X-SW-Source: 2002/txt/msg00037.txt.bz2 > Unfortunately it then seems there is no way to list all of the > individual source files (so they can be edited) except by > running a build and then looking in the "External references" > folder. Is there a way to gerate the external references list > without running a build? > There is a good way to accomplish what (I think) you want: 1. Add all the source files to the project, including the ones that are #included by pthread.c 2. In the workspace view, select all the files that are #included by pthread.c (i.e. the ones you don't want MSVC to compile directly) 3. Right click on one of those files, select "Settings.." 4. Under the "General" tab, select "Exclude file from build" (probably also want to have "All configurations" selected when you do this) --Scott McCaskill