18 lines
511 B
Makefile
18 lines
511 B
Makefile
#
|
|
# 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
|
|
|
|
modestr.h : mode62.ini mode64.ini mode65.ini cglmode.exe
|
|
cglmode mode62.ini mode64.ini mode65.ini
|
|
|
|
modestr.c : mode62.ini mode64.ini mode65.ini cglmode.exe
|
|
cglmode mode62.ini mode64.ini mode65.ini
|
|
|
|
|
|
mtbl.c : modestr.h modestr.c
|
|
|