Changes for new build system

This commit is contained in:
mikep%oeone.com 2002-09-19 15:42:04 +00:00
parent 77dbcc78bb
commit ba214c3bf5
2 changed files with 2 additions and 5 deletions

View File

@ -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 ../

View File

@ -8,8 +8,6 @@ addDirectory( "resources" );
addDirectory("", "components", getFolder( "Components" ), "" );
addDirectory( "", "bin", getFolder( "Program" ), "" );
var err = getLastError();
if ( err == SUCCESS ) {