commit | df222d269116db8ec6a391b1c3b7569951146170 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Tue Nov 06 15:56:56 2001 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Tue Nov 06 15:56:56 2001 +0000 |
tree | cd4e614325a90ef67fca99975948f9a0b25e7298 | |
parent | 6952177dba07e2b6c8ea90dcd3074a649a6978a5 [diff] [blame] |
Added hfsplusapi module.
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index 3c41fcd..bbd8f04 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py
@@ -157,6 +157,7 @@ outputdir="::Lib:Carbon") # Carbon Only? genpluginproject("carbon", "_CF", outputdir="::Lib:Carbon") + genpluginproject("carbon", "hfsplus") # Other Mac modules genpluginproject("all", "calldll", sources=["calldll.c"])