!IF 0 Copyright (c) Microsoft Corporation !ENDIF TARGETTYPE=NOTARGET TARGETPATH=$(_OBJ_DIR) SOURCES= # # Where will we put these files? Additionally, the # MUI_BINPLACEROOT will get \asms postpended. # This is based on _NTTREE # MUI_BINPLACEROOT=. MUI_BINSRCDIR=..\..\vc_binaries\$(TARGET_DIRECTORY) MUI_TABLE= \ mfc42cht.dll chh zh-TW \ all: !if "$(BUILD_PASS)" == "PASS1" genintlasms $(O) $(MUI_BINPLACEROOT) $(MUI_BINSRCDIR) "$(MUI_TABLE)" !endif