From 898f9c236464186df0fe5b5bc03c692158b8668e Mon Sep 17 00:00:00 2001 From: cyeh Date: Wed, 27 May 1998 20:38:39 +0000 Subject: [PATCH] First Checked In. --- build/mac/TinderboxMozilla.pl | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 build/mac/TinderboxMozilla.pl diff --git a/build/mac/TinderboxMozilla.pl b/build/mac/TinderboxMozilla.pl new file mode 100644 index 000000000000..852f31acd805 --- /dev/null +++ b/build/mac/TinderboxMozilla.pl @@ -0,0 +1,9 @@ +#!perl + + use Moz; + use BuildList; + +$DEBUG = 1; +Moz::OpenErrorLog("::::Mozilla.BuildLog"); + +BuildMozilla();