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.

Reply via email to