From df220872e2c4f9be76d5bd2a9e9320a602cbb97e Mon Sep 17 00:00:00 2001 From: "alecf%netscape.com" Date: Tue, 2 Oct 2001 00:26:44 +0000 Subject: [PATCH] add new xpfe intl stuff to mac build r=ftang, sr=shaver bug 101004 git-svn-id: svn://10.0.0.236/trunk@104362 18797224-902f-48f8-a5cc-f745e15eee43 --- mozilla/build/mac/build_scripts/MozillaBuildList.pm | 3 +++ 1 file changed, 3 insertions(+) diff --git a/mozilla/build/mac/build_scripts/MozillaBuildList.pm b/mozilla/build/mac/build_scripts/MozillaBuildList.pm index 3cccf77837b..595e929a514 100644 --- a/mozilla/build/mac/build_scripts/MozillaBuildList.pm +++ b/mozilla/build/mac/build_scripts/MozillaBuildList.pm @@ -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"); }