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.
|
|
!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 <langname>\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
|