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.

18 lines
392 B

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