Bug 689043 - Add missing makefiles to xulrunner/makefiles.sh; r=khuey

This commit is contained in:
Ed Morley 2011-09-28 09:26:05 +01:00
Родитель 9a5a4709e2
Коммит 64618cc93b
1 изменённых файлов: 25 добавлений и 1 удалений

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

@ -42,6 +42,30 @@ xulrunner/app/Makefile
xulrunner/app/profile/Makefile
xulrunner/app/profile/chrome/Makefile
xulrunner/app/profile/extensions/Makefile
xulrunner/examples/Makefile
xulrunner/examples/simple/Makefile
xulrunner/examples/simple/components/Makefile
xulrunner/examples/simple/components/public/Makefile
xulrunner/examples/simple/components/src/Makefile
xulrunner/setup/Makefile
xulrunner/stub/Makefile
xulrunner/installer/Makefile
xulrunner/installer/mac/Makefile
"
if [ "$OS_ARCH" = "WINNT" -a "$MOZ_INSTALLER" ]; then
add_makefiles "
xulrunner/installer/windows/Makefile
"
fi
if [ "$OS_ARCH" = "Darwin" ]; then
add_makefiles "
xulrunner/installer/mac/Makefile
"
fi
if [ "$OS_ARCH" = "WINNT" ]; then
add_makefiles "
xulrunner/tools/redit/Makefile
"
fi