17 lines
350 B
Makefile
17 lines
350 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
|
||
|
|
||
|
|
||
|
cs423x.hlp: cs423x.rtf cs423x.hpj
|
||
|
hc31 cs423x.hpj
|
||
|
|
||
|
|
||
|
clean:
|
||
|
del *.hlp
|
||
|
|