Newsgroups: php.internals Path: news.php.net Xref: news.php.net php.internals:86328 Return-Path: Mailing-List: contact internals-help@lists.php.net; run by ezmlm Delivered-To: mailing list internals@lists.php.net Received: (qmail 99844 invoked from network); 20 May 2015 23:12:39 -0000 Received: from unknown (HELO lists.php.net) (127.0.0.1) by localhost with SMTP; 20 May 2015 23:12:39 -0000 Authentication-Results: pb1.pair.com smtp.mail=ericsten@microsoft.com; spf=pass; sender-id=pass Authentication-Results: pb1.pair.com header.from=ericsten@microsoft.com; sender-id=pass Received-SPF: pass (pb1.pair.com: domain microsoft.com designates 207.46.100.140 as permitted sender) X-PHP-List-Original-Sender: ericsten@microsoft.com X-Host-Fingerprint: 207.46.100.140 mail-by2on0140.outbound.protection.outlook.com Received: from [207.46.100.140] ([207.46.100.140:15920] helo=na01-by2-obe.outbound.protection.outlook.com) by pb1.pair.com (ecelerity 2.1.1.9-wez r(12769M)) with ESMTP id F2/5F-13816-4E41D555 for ; Wed, 20 May 2015 19:12:37 -0400 Received: from BN1PR03MB105.namprd03.prod.outlook.com (10.255.201.11) by BN1PR03MB108.namprd03.prod.outlook.com (10.255.201.26) with Microsoft SMTP Server (TLS) id 15.1.154.19; Wed, 20 May 2015 23:12:31 +0000 Received: from BN1PR03MB105.namprd03.prod.outlook.com ([169.254.8.197]) by BN1PR03MB105.namprd03.prod.outlook.com ([169.254.8.197]) with mapi id 15.01.0154.018; Wed, 20 May 2015 23:12:32 +0000 To: "internals@lists.php.net" Thread-Topic: Q: What is the Config.w32 equivalent of PHP_ADD_MAKEFILE_FRAGMENT? Thread-Index: AdCTUcgtk0JzTxabQcygN3tUXAz78A== Date: Wed, 20 May 2015 23:12:31 +0000 Message-ID: Accept-Language: en-US Content-Language: en-US X-MS-Has-Attach: X-MS-TNEF-Correlator: authentication-results: spf=none (sender IP is ) smtp.mailfrom=ericsten@microsoft.com; x-originating-ip: [2001:4898:80e8:ee31::2] x-microsoft-antispam: UriScan:;BCL:0;PCL:0;RULEID:;SRVR:BN1PR03MB108; x-microsoft-antispam-prvs: x-exchange-antispam-report-test: UriScan:; x-exchange-antispam-report-cfa-test: BCL:0;PCL:0;RULEID:(601004)(2401001)(5005006)(3002001);SRVR:BN1PR03MB108;BCL:0;PCL:0;RULEID:;SRVR:BN1PR03MB108; x-forefront-prvs: 0582641F53 x-forefront-antispam-report: SFV:NSPM;SFS:(10019020)(979002)(6009001)(199003)(189002)(40100003)(102836002)(77156002)(76576001)(2501003)(15975445007)(64706001)(50986999)(54356999)(189998001)(86362001)(450100001)(4001540100001)(5001860100001)(62966003)(122556002)(97736004)(2656002)(68736005)(16236675004)(2900100001)(19580395003)(110136002)(81156007)(229853001)(5001960100002)(99286002)(2351001)(46102003)(92566002)(86612001)(87936001)(33656002)(19625215002)(106356001)(105586002)(5001830100001)(101416001)(107886002)(74316001)(19300405004)(3826002)(969003)(989001)(999001)(1009001)(1019001);DIR:OUT;SFP:1102;SCL:1;SRVR:BN1PR03MB108;H:BN1PR03MB105.namprd03.prod.outlook.com;FPR:;SPF:None;PTR:InfoNoRecords;A:1;MX:1;LANG:en; received-spf: None (protection.outlook.com: microsoft.com does not designate permitted sender hosts) Content-Type: multipart/alternative; boundary="_000_BN1PR03MB105669DA9F95CD1E0B2BCDCD0C20BN1PR03MB105namprd_" MIME-Version: 1.0 X-OriginatorOrg: microsoft.com X-MS-Exchange-CrossTenant-originalarrivaltime: 20 May 2015 23:12:31.9536 (UTC) X-MS-Exchange-CrossTenant-fromentityheader: Hosted X-MS-Exchange-CrossTenant-id: 72f988bf-86f1-41af-91ab-2d7cd011db47 X-MS-Exchange-Transport-CrossTenantHeadersStamped: BN1PR03MB108 Subject: Q: What is the Config.w32 equivalent of PHP_ADD_MAKEFILE_FRAGMENT? From: ericsten@microsoft.com (Eric Stenson) --_000_BN1PR03MB105669DA9F95CD1E0B2BCDCD0C20BN1PR03MB105namprd_ Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: quoted-printable Internals folks-- I'm trying to add something...complicated to a PECL extension, and I need t= o 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 t= he 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 m= agically pulls in the Makefile.frag in the same directory as the extension.= Is there an equivalent directive for Config.w32? Thx! --E. --_000_BN1PR03MB105669DA9F95CD1E0B2BCDCD0C20BN1PR03MB105namprd_--