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.

38 lines
621 B

  1. !IF 0
  2. Copyright (c) 1997 Microsoft Corporation
  3. Module Name:
  4. makefile
  5. Abstract:
  6. makefile for performance library counter strings
  7. Author:
  8. Bob Watson (bobw) 25 March 1997
  9. Revision History:
  10. 25-Mar-97 bobw
  11. Created
  12. !ENDIF
  13. #
  14. # file dependencies
  15. #
  16. $(O)\perfc$(_LANGCODE).dat: $(PERFCINI)
  17. initodat.exe $(CODEPAGE) $(PERFCINI) $@
  18. $(O)\perfh$(_LANGCODE).dat: $(PERFHINI)
  19. initodat.exe $(CODEPAGE) $(PERFHINI) $@
  20. $(O)\perfd$(_LANGCODE).dat: $(PERFCINI)
  21. initodat.exe $(CODEPAGE) $(PERFCINI) $@
  22. $(O)\perfi$(_LANGCODE).dat: $(PERFHINI)
  23. initodat.exe $(CODEPAGE) $(PERFHINI) $@