23 lines
405 B
Plaintext
23 lines
405 B
Plaintext
|
!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
|