mirror of https://github.com/lianthony/NT4.0
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
489 B
14 lines
489 B
#
|
|
# doalphainf
|
|
#
|
|
|
|
doeachalphainf:: \
|
|
..\$(NEWINF)$(LOCATION)\oemnadzz.inf \
|
|
..\$(NEWINF)$(LOCATION)\netoemdh.inf
|
|
|
|
|
|
..\$(NEWINF)$(LOCATION)\oemnadzz.inf : oemnadzz.inf
|
|
copy $(@F)+..\$(FILELIST)$(LOCATION)\$(MEDIAINP)+..\$(FILELIST)$(LOCATION)\product.inp+..\$(FILELIST)$(LOCATION)\fileinf.inp+..\$(FILELIST)$(LOCATION)\$(@F) $@ /B
|
|
..\..\strip.cmd $@
|
|
..\$(NEWINF)$(LOCATION)\netoemdh.inf : netoemdh.inf
|
|
copy $(@F)+$(FILELIST)$(LOCATION)\$(@F) $@ /B
|