зеркало из https://github.com/mozilla/pjs.git
Checked in patch for bug 228579: building using objdir problems
This commit is contained in:
Родитель
a61e8eb6ad
Коммит
f60f31c2e5
|
@ -96,7 +96,7 @@ xpi::
|
||||||
|
|
||||||
echo "Building xpi..."
|
echo "Building xpi..."
|
||||||
|
|
||||||
./createBuildId.pl ./resources/content/about.html
|
$(srcdir)/createBuildId.pl $(srcdir)/resources/content/about.html
|
||||||
make
|
make
|
||||||
mkdir -p ./xpi/bin/components
|
mkdir -p ./xpi/bin/components
|
||||||
mkdir -p ./xpi/bin/chrome
|
mkdir -p ./xpi/bin/chrome
|
||||||
|
@ -104,10 +104,10 @@ xpi::
|
||||||
cp $(DEPTH)/dist/bin/chrome/calendar.jar ./xpi/bin/chrome
|
cp $(DEPTH)/dist/bin/chrome/calendar.jar ./xpi/bin/chrome
|
||||||
cp libxpical/$(LIB_PREFIX)xpical$(DLL_SUFFIX) ./xpi/bin/components
|
cp libxpical/$(LIB_PREFIX)xpical$(DLL_SUFFIX) ./xpi/bin/components
|
||||||
cp libxpical/_xpidlgen/calendar.xpt ./xpi/bin/components
|
cp libxpical/_xpidlgen/calendar.xpt ./xpi/bin/components
|
||||||
cp resources/content/calendarService.js ./xpi/bin/components
|
cp $(srcdir)/resources/content/calendarService.js ./xpi/bin/components
|
||||||
cp -r resources/locale ./xpi/resources
|
cp -r $(srcdir)/resources/locale ./xpi/resources
|
||||||
cp -r $(calplatform)/icons ./xpi
|
cp -r $(srcdir)/$(calplatform)/icons ./xpi
|
||||||
cp install.js ./xpi
|
cp $(srcdir)/install.js ./xpi
|
||||||
cd xpi; find bin/ resources/ icons/ install.js \( -name CVS -o -name en-US \) -prune -o -print | xargs zip calendar.xpi
|
cd xpi; find bin/ resources/ icons/ install.js \( -name CVS -o -name en-US \) -prune -o -print | xargs zip calendar.xpi
|
||||||
|
|
||||||
echo "Done."
|
echo "Done."
|
||||||
|
|
Загрузка…
Ссылка в новой задаче