add new xpfe intl stuff to mac build r=ftang, sr=shaver

bug 101004
This commit is contained in:
alecf%netscape.com 2001-10-02 00:26:44 +00:00
Родитель 3c4555c036
Коммит 3cc5739157
1 изменённых файлов: 3 добавлений и 0 удалений

Просмотреть файл

@ -279,6 +279,9 @@ sub InstallComponentFiles()
# embedding UI
InstallResources(":mozilla:embedding:components:ui:helperAppDlg:MANIFEST", "$components_dir");
# intl
InstallResources(":mozilla:embedding:components:intl:MANIFEST", "$components_dir");
print("--- Done Text Components copying ----\n");
}