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.

23 lines
491 B

  1. !IF 0
  2. Copyright (c) Microsoft Corporation
  3. !ENDIF
  4. TARGETTYPE=NOTARGET
  5. TARGETPATH=$(_OBJ_DIR)
  6. SOURCES=
  7. #
  8. # Where will we put these files? Additionally, the
  9. # MUI_BINPLACEROOT will get <langname>\asms postpended.
  10. # This is based on _NTTREE
  11. #
  12. MUI_BINPLACEROOT=.
  13. MUI_BINSRCDIR=..\..\vc_binaries\$(TARGET_DIRECTORY)
  14. MUI_TABLE= \
  15. mfc42cht.dll chh zh-TW \
  16. all:
  17. !if "$(BUILD_PASS)" == "PASS1"
  18. genintlasms $(O) $(MUI_BINPLACEROOT) $(MUI_BINSRCDIR) "$(MUI_TABLE)"
  19. !endif