Newsgroups: php.internals,php.internals.win Path: news.php.net Xref: news.php.net php.internals:86338 php.internals.win:1091 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 44987 invoked from network); 21 May 2015 08:29:27 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 21 May 2015 08:29:27 -0000 Authentication-Results: pb1.pair.com header.from=tyra3l@gmail.com; sender-id=pass Authentication-Results: pb1.pair.com smtp.mail=tyra3l@gmail.com; spf=pass; sender-id=pass Received-SPF: pass (pb1.pair.com: domain gmail.com designates 209.85.217.178 as permitted sender) X-PHP-List-Original-Sender: tyra3l@gmail.com X-Host-Fingerprint: 209.85.217.178 mail-lb0-f178.google.com Received: from [209.85.217.178] ([209.85.217.178:36301] helo=mail-lb0-f178.google.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id C8/71-37037-5679D555 for ; Thu, 21 May 2015 04:29:26 -0400 Received: by lbbqq2 with SMTP id qq2so12571655lbb.3; Thu, 21 May 2015 01:29:23 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=mime-version:in-reply-to:references:date:message-id:subject:from:to :cc:content-type; bh=1Pa+eZBcAsrYE4HhwIejHPvRxbWFaAqgWPqV1U01Q3Y=; b=yAO/8AHz2B9UZ+YlE4C6WtGwkDqYul8EcnfzmUHER4q5Fau3INpRtPExNwn5ApKDM8 syxpBMnzGTHi/Qx/eWpoF8d29NZDTrW+IcAPKV2Zaeeq4jS1+XOdvNEsRZj1sI9VPlrl 2C0xYRFauqb2/rhH4I38KelXvge6cf919CEFjdCLG61Alg61T+VXz/uT1glrO1fWZhQ6 uQRx4YBzyDspy5+SAgxp/NlFy96h4oicLlIzwya6hc0Kn1tkXW9vP70PPyIfRxr7KGKR vl9mBvSL6kVNl6i4P9IefhyCNN/tm3hL1ntqe3v8h5Cw9yftWlkjOP2eOp6Jbxl2pd1m rJCA== MIME-Version: 1.0 X-Received: by 10.112.118.49 with SMTP id kj17mr1260927lbb.62.1432196962991; Thu, 21 May 2015 01:29:22 -0700 (PDT) Received: by 10.152.43.105 with HTTP; Thu, 21 May 2015 01:29:22 -0700 (PDT) In-Reply-To: References: Date: Thu, 21 May 2015 10:29:22 +0200 Message-ID: To: Eric Stenson , "internals-win@lists.php.net" Cc: "internals@lists.php.net" Content-Type: multipart/alternative; boundary=047d7beb90863a44fa0516935712 Subject: Re: [PHP-DEV] Q: What is the Config.w32 equivalent of PHP_ADD_MAKEFILE_FRAGMENT? From: tyra3l@gmail.com (Ferenc Kovacs) --047d7beb90863a44fa0516935712 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable On Thu, May 21, 2015 at 1:12 AM, Eric Stenson wrote: > Internals folks-- > > I'm trying to add something...complicated to a PECL extension, and I need > to add some custom dependency rules to the Makefile. > > Specifically, I'm compiling a manifest file using 'mc', which produces > both a .h file and a .rc file. I need to ensure the 'mc' command runs > before the compilation of the .c files that depend upon the header being > generated. > > With the Config.m4, there's the PHP_ADD_MAKEFILE_FRAGMENT directive, that > magically pulls in the Makefile.frag in the same directory as the > extension. Is there an equivalent directive for Config.w32? > > Thx! > --E. > CC'ing the internals-win@ mailing list for better visibility. --=20 Ferenc Kov=C3=A1cs @Tyr43l - http://tyrael.hu --047d7beb90863a44fa0516935712--