23 lines
405 B
Plaintext
Raw Normal View History

2001-01-01 00:00:00 +01:00
!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