Leaked source code of windows server 2003
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

  1. _LNG=$(LANGUAGE)
  2. _INX=.
  3. STAMP=stampinf -f $@ -d date -v 2.0.0.0
  4. $(O)\digirp.inf: $(_INX)\digirp.inx $(_LNG)\digirp.txt
  5. copy $(_INX)\$(@B).inx+$(_LNG)\$(@B).txt $@
  6. $(STAMP)
  7. $(O)\digirprt.inf: $(_INX)\digirprt.inx $(_LNG)\digirprt.txt
  8. copy $(_INX)\$(@B).inx+$(_LNG)\$(@B).txt $@
  9. $(STAMP)