summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Cleeland <chris.cleeland@gmail.com>2002-08-25 04:26:13 +0000
committerChris Cleeland <chris.cleeland@gmail.com>2002-08-25 04:26:13 +0000
commit507544e2ed8979390c86be8ffa4cc49f947b1696 (patch)
tree5745dc959d3b327c85420bfb87c1e7f1ed318759
parentae600177ba008d91bbdf531d423d0f26869acc0c (diff)
downloadMPC-507544e2ed8979390c86be8ffa4cc49f947b1696.tar.gz
ChangeLogTag:Sat Aug 24 22:47:22 2002 Christopher Kohlhoff <chris@kohlhoff.com>
-rw-r--r--modules/ProjectCreator.pm2
1 files changed, 2 insertions, 0 deletions
diff --git a/modules/ProjectCreator.pm b/modules/ProjectCreator.pm
index 3aa3e294..f66b5c04 100644
--- a/modules/ProjectCreator.pm
+++ b/modules/ProjectCreator.pm
@@ -58,6 +58,8 @@ my(%validNames) = ('exename' => 1,
'comps' => 1,
'tagname' => 1,
'tagchecks' => 1,
+ 'include_dir' => 1,
+ 'core' => 1,
);
## Deal with these components in a special way