Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:6121 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 76800 invoked by uid 1010); 3 Dec 2003 17:11:49 -0000 Delivered-To: ezmlm-scan-internals@lists.php.net Delivered-To: ezmlm-internals@lists.php.net Received: (qmail 76765 invoked from network); 3 Dec 2003 17:11:49 -0000 Received: from unknown (HELO mx.thebrainroom.net) (65.200.24.98) by pb1.pair.com with SMTP; 3 Dec 2003 17:11:49 -0000 Received: by mx.thebrainroom.net (Postfix, from userid 517) id 52DE41488089; Wed, 3 Dec 2003 09:11:00 -0800 (PST) Received: from obsidian (zaneeb.thebrainroom.net [82.133.1.138]) by mx.thebrainroom.net (Postfix) with ESMTP id 330B91488087; Wed, 3 Dec 2003 09:10:58 -0800 (PST) Message-ID: <0b9401c3b9c0$60164f00$8802a8c0@obsidian> To: "Olivier Hill" , "PHP-Internals" References: <09a401c3b92d$a5d03b20$8802a8c0@obsidian> <3FCE1649.9000900@php.net> Date: Wed, 3 Dec 2003 17:10:37 -0000 Organization: The Brain Room Ltd. 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 6.00.2800.1158 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165 X-Spam-Status: No, hits=-0.9 required=5.0 tests=AWL,BAYES_30,QUOTED_EMAIL_TEXT,REFERENCES version=2.55 X-Spam-Level: X-Spam-Checker-Version: SpamAssassin 2.55 (1.174.2.19-2003-05-19-exp) X-TBR-Filter: Virus scanned and defanged Subject: Re: [PHP-DEV] New win32 build system From: wez@thebrainroom.com ("Wez Furlong") Yes, thats the one, but please don't do that (yet!). I want to stabilize things a little before it goes "public"; I don't mind dealing with a handful of the core developers, but certainly can't handle people asking me how to install the SDK etc. etc. right now. --Wez. > > You also need the Microsoft build tools (cl.exe, link.exe and nmake.exe). > > These are freely available as part of the Platform SDK, but also > > come with VC++/Visual Studio. > > Just to be sure... I have VC6, so I don't need those, but are you > talking about this SDK? > > http://www.microsoft.com/msdownload/platformsdk/sdkupdate/ > > If this is the good link, should we put it in the "Building PHP with > Windows" part of the manual? I can always add it (IIRC I have karma) if > you don't have the time to.