Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:44222 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 53845 invoked from network); 10 Jun 2009 16:30:51 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 10 Jun 2009 16:30:51 -0000 Authentication-Results: pb1.pair.com header.from=johannes@php.net; sender-id=unknown Authentication-Results: pb1.pair.com smtp.mail=johannes@php.net; spf=unknown; sender-id=unknown Received-SPF: unknown (pb1.pair.com: domain php.net does not designate 83.243.58.134 as permitted sender) X-PHP-List-Original-Sender: johannes@php.net X-Host-Fingerprint: 83.243.58.134 mailout2.netbeat.de Linux 2.6 Received: from [83.243.58.134] ([83.243.58.134:35987] helo=mailout2.netbeat.de) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id 90/26-50806-ABFDF2A4 for ; Wed, 10 Jun 2009 12:30:51 -0400 Received: (qmail 12609 invoked by uid 89); 10 Jun 2009 17:02:51 -0000 Received: from unknown (HELO ?192.168.1.102?) (johannes%schlueters.de@93.104.117.198) by mailout2.netbeat.de with ESMTPA; 10 Jun 2009 17:02:51 -0000 To: Greg Beaver Cc: PHP Developers Mailing List In-Reply-To: <4A2FD2F5.6010605@chiaraquartet.net> References: <4A2FD2F5.6010605@chiaraquartet.net> Content-Type: text/plain Date: Wed, 10 Jun 2009 18:30:46 +0200 Message-ID: <1244651446.6252.121.camel@goldfinger> Mime-Version: 1.0 X-Mailer: Evolution 2.24.3 Content-Transfer-Encoding: 7bit Subject: Re: [PHP-DEV] doing phar.phar on windows From: johannes@php.net (Johannes =?ISO-8859-1?Q?Schl=FCter?=) On Wed, 2009-06-10 at 10:36 -0500, Greg Beaver wrote: > Can someone with knowledge of how configure.js works (i.e. a Pierre) > give me a tip on how to tell it to make phar.phar after building > Release_TS/php.exe or Debug_TS/php.exe? My guess would be changing the "all" target in win32/build/Makefile adding a new "phar.phar" target as dependency. I think this file s copied 1:1 over to he target Makefile ... Not sure that's better than Pierre's answer to this thread :-) johannes