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.
11 lines
319 B
11 lines
319 B
_LNG=$(LANGUAGE)
|
|
_INX=.
|
|
STAMP=stampinf -f $@ -d date -v 2.0.0.0
|
|
|
|
$(O)\digirp.inf: $(_INX)\digirp.inx $(_LNG)\digirp.txt
|
|
copy $(_INX)\$(@B).inx+$(_LNG)\$(@B).txt $@
|
|
$(STAMP)
|
|
|
|
$(O)\digirprt.inf: $(_INX)\digirprt.inx $(_LNG)\digirprt.txt
|
|
copy $(_INX)\$(@B).inx+$(_LNG)\$(@B).txt $@
|
|
$(STAMP)
|