Question regarding makefil0

Hi,

I have an old driver that uses makefil0 to generate the headers files required for the whole project. Now I am porting the driver stack to windows 7. From ddk makefil0 is no longer supported. Is there any other way for generating the header files before my compilation of drivers starts ?

Take a look at NTTARGETFILE0 and makefile.inc

Don Burn
Windows Filesystem and Driver Consulting
Website: http://www.windrvr.com
Blog: http://msmvps.com/blogs/WinDrvr

xxxxx@gmail.com” wrote in message
news:xxxxx@ntdev:

> Hi,
>
> I have an old driver that uses makefil0 to generate the headers files required for the whole project. Now I am porting the driver stack to windows 7. From ddk makefil0 is no longer supported. Is there any other way for generating the header files before my compilation of drivers starts ?

so NTTARGETFILE0 and makefile.inc should be specified in every sources file ? Before I was just specifying in the root directory right ?

Also I was using a different tool to generate all the dependency .c and .h files in makefil0. I cannot run the tool from makefile.inc right ?

On 12-Jul-2012 22:18, xxxxx@gmail.com wrote:

Also I was using a different tool to generate all the dependency .c and .h files in makefil0. I cannot run the tool from makefile.inc right ?

If you did it before, it likely works with makefile.inc.
– pa