Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 34224 invoked from network); 11 Sep 2007 21:29:10 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 11 Sep 2007 21:29:10 -0000 Received: (qmail 64490 invoked by uid 500); 11 Sep 2007 21:28:50 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 64407 invoked by uid 500); 11 Sep 2007 21:28:49 -0000 Mailing-List: contact dev-help@httpd.apache.org; run by ezmlm Precedence: bulk Reply-To: dev@httpd.apache.org list-help: list-unsubscribe: List-Post: List-Id: Delivered-To: mailing list dev@httpd.apache.org Received: (qmail 64300 invoked by uid 99); 11 Sep 2007 21:28:49 -0000 Received: from nike.apache.org (HELO nike.apache.org) (192.87.106.230) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 11 Sep 2007 14:28:49 -0700 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (nike.apache.org: local policy) Received: from [64.202.165.95] (HELO smtpauth04.prod.mesa1.secureserver.net) (64.202.165.95) by apache.org (qpsmtpd/0.29) with SMTP; Tue, 11 Sep 2007 21:30:21 +0000 Received: (qmail 25293 invoked from network); 11 Sep 2007 21:28:21 -0000 Received: from unknown (24.15.193.17) by smtpauth04.prod.mesa1.secureserver.net (64.202.165.95) with ESMTP; 11 Sep 2007 21:28:21 -0000 Message-ID: <46E70871.1030207@rowe-clan.net> Date: Tue, 11 Sep 2007 16:28:17 -0500 From: "William A. Rowe, Jr." User-Agent: Thunderbird 1.5.0.12 (X11/20070719) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: windows cl/link invocations References: <1404e5910709111214tdb05c7o314406dd6ec22014@mail.gmail.com> In-Reply-To: <1404e5910709111214tdb05c7o314406dd6ec22014@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Eric Covener wrote: > For debugging a windows build, is there a simple change to the Apache > build/workspace that will print all the cl.exe/link.exe invocations? > > FWIW I'm using VC6 and my build is kicked off as below: > > msdev apache.dsw /MAKE "BuildBin Win32 Release" > > I see that sometimes while poking around in individual DSP files, > these odd ".plg" files are generated but not when I do the full build .plg are associated with a workspace not a project. For what it's worth, you might be interested in running nmake -f Makefile.win _apacher > full.log 2>&1 to see the complete compilation.