From 4ba4bc9a9ae22f33514c2ee90b1dcbd56dc0a243 Mon Sep 17 00:00:00 2001 From: Jacob Matthews Date: Thu, 3 Feb 2005 14:24:22 +0000 Subject: [PATCH] Added support for planet files by internally reorganizing setup-unit: the cc structure once represented a collection to be compiled; now it represents a directory to be compiled, with different ways of constructing a cc applying to libraries and collection paths. original commit: 56358bed791e23498e841586da0bb0901bbe0c2f --- collects/setup/option-sig.ss | 1 + 1 file changed, 1 insertion(+) diff --git a/collects/setup/option-sig.ss b/collects/setup/option-sig.ss index c8040aa556..2a6b1c78a4 100644 --- a/collects/setup/option-sig.ss +++ b/collects/setup/option-sig.ss @@ -18,6 +18,7 @@ pause-on-errors force-unpacks specific-collections + specific-planet-dirs archives current-target-directory-getter current-target-plt-directory-getter)))