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.

92 lines
2.2 KiB

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. TARGETTYPE=NOTARGET
  5. TARGETPATH=$(_OBJ_DIR)
  6. SOURCES=
  7. #
  8. # Where will we get these files from?
  9. #
  10. MUI_BINPLACEROOT=mui\drop\asms
  11. MUI_BINSRCDIR=..\..\vc_binaries\$(TARGET_DIRECTORY)
  12. !if 0
  13. MUI_TABLE= \
  14. mfc42chs.dll chs zh-CN \ # PRC Chinese
  15. mfc42cht.dll cht zh-TW \ # Taiwanese Chinese
  16. mfc42deu.dll ger de-DE \ # German
  17. mfc42enu.dll usa en-us \ # US English
  18. mfc42esp.dll es es-ES \ # Spanish
  19. mfc42fra.dll fr fr-FR \ # French
  20. mfc42ita.dll it it-IT \ # Italian
  21. mfc42jpn.dll jpn ja-JP \ # Japanese
  22. mfc42kor.dll kor ko-KR # Korean
  23. #
  24. # These are only for x86
  25. #
  26. !if "$(_BUILDARCH)" == "x86"
  27. MUI_TABLE= $(MUI_TABLE) \
  28. mfc42ara.dll ara ar-SA \ # Arabic
  29. mfc42csy.dll cs cs-CZ \ # Polish
  30. mfc42dan.dll da da-DK \ # Danish
  31. mfc42ell.dll el el-GR \ # Greek
  32. mfc42euq.dll euq eu-ES \
  33. mfc42fin.dll fi fi-FI \ # Finnish
  34. mfc42heb.dll heb he-IL \
  35. mfc42hun.dll hun hu-HU \ # Hungarian
  36. mfc42nld.dll nl nl-NL \ # Dutch
  37. mfc42nor.dll no nb-NO \ # Norweigian
  38. mfc42plk.dll pl pl-PL \ # Polish
  39. mfc42ptb.dll br pt-BR \ # Brazillian Portuguese
  40. mfc42ptg.dll pt pt-PT \ # Portugese
  41. mfc42rus.dll ru ru-RU \ # Russian
  42. mfc42sky.dll sky sk-SK \
  43. mfc42slv.dll slv sl-SL \
  44. mfc42sve.dll sv sv-SE \ # Swedish
  45. mfc42trk.dll tr tr-TR # Turkish
  46. !endif
  47. !endif
  48. MUI_TABLE= \
  49. mfc42chs.dll chs zh-CN \
  50. mfc42cht.dll cht zh-TW \
  51. mfc42deu.dll ger de-DE \
  52. mfc42enu.dll usa en-us \
  53. mfc42esp.dll es es-ES \
  54. mfc42fra.dll fr fr-FR \
  55. mfc42ita.dll it it-IT \
  56. mfc42jpn.dll jpn ja-JP \
  57. mfc42kor.dll kor ko-KR
  58. #
  59. # These are only for x86
  60. #
  61. !if "$(_BUILDARCH)" == "x86"
  62. MUI_TABLE= $(MUI_TABLE) \
  63. mfc42ara.dll ara ar-SA \
  64. mfc42csy.dll cs cs-CZ \
  65. mfc42dan.dll da da-DK \
  66. mfc42ell.dll el el-GR \
  67. mfc42euq.dll euq eu-ES \
  68. mfc42fin.dll fi fi-FI \
  69. mfc42heb.dll heb he-IL \
  70. mfc42hun.dll hun hu-HU \
  71. mfc42nld.dll nl nl-NL \
  72. mfc42nor.dll no nb-NO \
  73. mfc42plk.dll pl pl-PL \
  74. mfc42ptb.dll br pt-BR \
  75. mfc42ptg.dll pt pt-PT \
  76. mfc42rus.dll ru ru-RU \
  77. mfc42sky.dll sky sk-SK \
  78. mfc42slv.dll slv sl-SL \
  79. mfc42sve.dll sv sv-SE \
  80. mfc42trk.dll tr tr-TR
  81. !endif
  82. all:
  83. !if "$(BUILD_PASS)" == "PASS1"
  84. genmuiasms $(O) $(MUI_BINPLACEROOT) $(MUI_BINSRCDIR) "$(MUI_TABLE)"
  85. !endif