Source code of Windows XP (NT5)
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.

17 lines
357 B

  1. #************************* makefile for messages **************************
  2. !IFNDEF LANGUAGE
  3. LANGUAGE =usa
  4. !ENDIF
  5. idx=$(LANGUAGE).idx
  6. msg=$(LANGUAGE).msg
  7. #
  8. ####################### dependencies begin here. #########################
  9. #
  10. make_idx: $(idx)
  11. $(idx): $(msg)
  12. -attrib -r $(LANGUAGE).idx
  13. -$(_NTBINDIR)\tools\tools16\buildidx $(LANGUAGE).msg