# HG changeset patch # User faust3 # Date 1190057613 0 # Node ID aeb04553212e5c7a748b784b9c48c784159e54c0 # Parent b3269346b5f98871510cfd18b183dff2d103d721 rename windows ddk makefile to nmakefile so that a makefile for mingw can be added diff -r b3269346b5f9 -r aeb04553212e vidix/dhahelperwin/MAKEFILE --- a/vidix/dhahelperwin/MAKEFILE Mon Sep 17 18:22:32 2007 +0000 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,7 +0,0 @@ -# -# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source -# file to this component. This file merely indirects to the real make file -# that is shared by all the driver components of the Windows NT DDK -# - -!INCLUDE $(NTMAKEENV)\makefile.def diff -r b3269346b5f9 -r aeb04553212e vidix/dhahelperwin/NMAKEFILE --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/vidix/dhahelperwin/NMAKEFILE Mon Sep 17 19:33:33 2007 +0000 @@ -0,0 +1,7 @@ +# +# DO NOT EDIT THIS FILE!!! Edit .\sources. if you want to add a new source +# file to this component. This file merely indirects to the real make file +# that is shared by all the driver components of the Windows NT DDK +# + +!INCLUDE $(NTMAKEENV)\makefile.def