From bdd9fc9b2ffef8eed89d53fe75e0c133fc62cbd2 Mon Sep 17 00:00:00 2001 From: Matthew Flatt Date: Sat, 19 Nov 2005 16:19:42 +0000 Subject: [PATCH] 3m and mzc svn: r1353 original commit: 58b6198fa580d56a5656b45cf90e2d1187867f5f --- collects/compiler/sig.ss | 3 +++ 1 file changed, 3 insertions(+) diff --git a/collects/compiler/sig.ss b/collects/compiler/sig.ss index b351979c1c..f21117d961 100644 --- a/collects/compiler/sig.ss +++ b/collects/compiler/sig.ss @@ -22,6 +22,9 @@ clean-intermediate-files ; #t => keep intermediate .c/.o files ; default = #f + + 3m ; #t => build for 3m + ; default = #f compile-subcollections ; #t => use 'compile-subcollections ; from infor for collection compiling