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.

22 lines
405 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 get these files from?
  9. #
  10. MUI_BINPLACEROOT=mui\drop\asms
  11. MUI_BINSRCDIR=..\..\vc_binaries\$(TARGET_DIRECTORY)
  12. MUI_TABLE= \
  13. mfc42cht.dll chh zh-TW \
  14. all:
  15. !if "$(BUILD_PASS)" == "PASS1"
  16. genmuiasms $(O) $(MUI_BINPLACEROOT) $(MUI_BINSRCDIR) "$(MUI_TABLE)"
  17. !endif