gecko-dev/tools/build
slamm%netscape.com f663033e80 Make regex for matching module names more general. r=mcafee 1999-11-30 00:56:04 +00:00
..
README add check-modules.pl 1999-03-25 17:16:20 +00:00
check-modules.pl Make regex for matching module names more general. r=mcafee 1999-11-30 00:56:04 +00:00
gnome-tip-nightly

README

mozilla/tools/build
===================

This directory is for tools that facilitate the building of 
the mozilla source code (the browser, the sdks, etc.).


Table of Contents
=================

* gnome-tip-nightly
   A tcsh shell script to pull and build gnome packages from
   the gnome anonymous cvs server. This is useful for keeping
   the toolkits needed to build mozilla on unix up to date.
   Typical usage for mozilla prereq building:
      gnome-tip-nightly gtk+ /builds/gnome /usr/local --with-threads=posix
      gnome-tip-nightly glib /builds/gnome /usr/local --with-threads=posix

* check-modules.pl
  A perl script to check the modules file for duplicates and syntax errors.
  Usage: check-modules.pl CVSROOT/modules
         check-modules.pl -v CVSROOT/modules (verbose: Print the modules out)