Return-Path: Delivered-To: apmail-httpd-dev-archive@www.apache.org Received: (qmail 34150 invoked from network); 3 Nov 2008 12:33:24 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 3 Nov 2008 12:33:24 -0000 Received: (qmail 94794 invoked by uid 500); 3 Nov 2008 12:33:28 -0000 Delivered-To: apmail-httpd-dev-archive@httpd.apache.org Received: (qmail 94770 invoked by uid 500); 3 Nov 2008 12:33:28 -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 94761 invoked by uid 99); 3 Nov 2008 12:33:28 -0000 Received: from athena.apache.org (HELO athena.apache.org) (140.211.11.136) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 03 Nov 2008 04:33:28 -0800 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=SPF_NEUTRAL X-Spam-Check-By: apache.org Received-SPF: neutral (athena.apache.org: local policy) Received: from [64.202.165.39] (HELO smtpauth14.prod.mesa1.secureserver.net) (64.202.165.39) by apache.org (qpsmtpd/0.29) with SMTP; Mon, 03 Nov 2008 12:32:12 +0000 Received: (qmail 5852 invoked from network); 3 Nov 2008 12:32:50 -0000 Received: from unknown (198.80.6.3) by smtpauth14.prod.mesa1.secureserver.net (64.202.165.39) with ESMTP; 03 Nov 2008 12:32:50 -0000 Message-ID: <490EEF71.8070000@rowe-clan.net> Date: Mon, 03 Nov 2008 06:32:49 -0600 From: "William A. Rowe, Jr." User-Agent: Thunderbird 2.0.0.16 (X11/20080723) MIME-Version: 1.0 To: dev@httpd.apache.org Subject: Re: httpd win64 "project" sources/makefiles [was:...binaries] References: <43e40e000811021518y41cb4748q47687d9eb229fea7@mail.gmail.com> <490EA3DD.1070000@rowe-clan.net> <43e40e000811030026p6130ac68q7e5a87c0ba92000c@mail.gmail.com> <43e40e000811030404r206ee4a1q8c8444a163632946@mail.gmail.com> In-Reply-To: <43e40e000811030404r206ee4a1q8c8444a163632946@mail.gmail.com> Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 7bit X-Virus-Checked: Checked by ClamAV on apache.org Jorge Schrauwen wrote: >> > I compiled them on vs2008 IIRC (not sure only boot into the vm when > need to compile) > Sadly the exact same version is needed or else it refuses to load. > That is what wrowe mentioned above with all the minor version bumps > here and there. Precisely. Also note; VC2008 studio file cannot load in studio 2005. This might also be true of SP bumps. Today, it's VC6 dsw/dsp's only because that was the last version able to export a set of non-studio Makefiles. If we eliminate the need to export win32's makefiles, we eliminate dsp's altogether. So as far as .sln's are concerned, if we can emit, from our build schema, either .vcproj elements or makefiles or both, then we can forever drop VC6 files. VC6 certainly would still compile, but using the command line. I can't seriously believe that we should support the IDE itself forever. But studio (or eclipse or codewarrior or [name your IDE]) users would appreciate a perspective into the sources. The IDE-accessible nature of the original Win32 port is what made it so easy for me to jump in, understand and substantially refactor the win32 support. Without the IDE view, would I have done that? Maybe - but at that time in my development patterns - more likely not. Lets look to supporting [name your favorite IDE] as a bigger picture item not specific to windows, and to transition away from .dsp for the build/ide view support. Bill