mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-13 19:41:49 +00:00
Changes for new build system
This commit is contained in:
parent
77dbcc78bb
commit
ba214c3bf5
@ -8,14 +8,14 @@ echo "Building Linux xpi..."
|
||||
cd linux/components
|
||||
chmod 644 *.*
|
||||
cd ..
|
||||
find components/ resources/ install.js \( -name CVS -o -name Makefile -o -name makefile.win -o -name Makefile.in -o -name .cvsignore \) -prune -o -print | xargs zip calendar_linux.xpi
|
||||
find components/ resources/ bin/ install.js \( -name CVS -o -name Makefile -o -name makefile.win -o -name Makefile.in -o -name .cvsignore \) -prune -o -print | xargs zip calendar_linux.xpi
|
||||
mv calendar_linux.xpi ../
|
||||
echo "Done."
|
||||
|
||||
#Windows
|
||||
echo "Building Windows xpi..."
|
||||
cd ../windows
|
||||
find components/ resources/ bin/ install.js \( -name CVS -o -name Makefile -o -name makefile.win -o -name Makefile.in -o -name .cvsignore \) -prune -o -print | xargs zip calendar_windows.xpi
|
||||
find components/ resources/ install.js \( -name CVS -o -name Makefile -o -name makefile.win -o -name Makefile.in -o -name .cvsignore \) -prune -o -print | xargs zip calendar_windows.xpi
|
||||
mv calendar_windows.xpi ../
|
||||
echo "Done."
|
||||
cd ..
|
||||
@ -27,4 +27,3 @@ cd ..
|
||||
#cd ..
|
||||
#find components/ resources/ install.js \( -name CVS -o -name Makefile -o -name makefile.win -o -name Makefile.in -o -name .cvsignore \) -prune -o -print | xargs zip calendar_mac.xpi
|
||||
#mv calendar_mac.xpi ../
|
||||
|
||||
|
@ -8,8 +8,6 @@ addDirectory( "resources" );
|
||||
|
||||
addDirectory("", "components", getFolder( "Components" ), "" );
|
||||
|
||||
addDirectory( "", "bin", getFolder( "Program" ), "" );
|
||||
|
||||
var err = getLastError();
|
||||
|
||||
if ( err == SUCCESS ) {
|
||||
|
Loading…
x
Reference in New Issue
Block a user