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
22 lines
405 B
!IF 0
|
|
Copyright (c) Microsoft Corporation
|
|
!ENDIF
|
|
|
|
TARGETTYPE=NOTARGET
|
|
TARGETPATH=$(_OBJ_DIR)
|
|
SOURCES=
|
|
|
|
#
|
|
# Where will we get these files from?
|
|
#
|
|
MUI_BINPLACEROOT=mui\drop\asms
|
|
MUI_BINSRCDIR=..\..\vc_binaries\$(TARGET_DIRECTORY)
|
|
|
|
|
|
MUI_TABLE= \
|
|
mfc42cht.dll chh zh-TW \
|
|
|
|
all:
|
|
!if "$(BUILD_PASS)" == "PASS1"
|
|
genmuiasms $(O) $(MUI_BINPLACEROOT) $(MUI_BINSRCDIR) "$(MUI_TABLE)"
|
|
!endif
|