Mercurial > mplayer.hg
changeset 24539:aeb04553212e
rename windows ddk makefile to nmakefile so that a makefile for mingw can be added
author | faust3 |
---|---|
date | Mon, 17 Sep 2007 19:33:33 +0000 |
parents | b3269346b5f9 |
children | 40a61e5ef8ca |
files | vidix/dhahelperwin/MAKEFILE vidix/dhahelperwin/NMAKEFILE |
diffstat | 2 files changed, 7 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- 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
--- /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