diff options
author | Jack Jansen <jack.jansen@cwi.nl> | 2002-07-22 12:32:31 (GMT) |
---|---|---|
committer | Jack Jansen <jack.jansen@cwi.nl> | 2002-07-22 12:32:31 (GMT) |
commit | 66e794d74372ee43c027adc808d57734d102a2a1 (patch) | |
tree | 5a9b5d213e28e266603c02ad87246257c7ae3a49 /Mac | |
parent | 7ea39b135a4dac795836292a898dcd672b5dd623 (diff) | |
download | cpython-66e794d74372ee43c027adc808d57734d102a2a1.zip cpython-66e794d74372ee43c027adc808d57734d102a2a1.tar.gz cpython-66e794d74372ee43c027adc808d57734d102a2a1.tar.bz2 |
Finally found out why te cf project sometimes worked and someimes didn't. Fixed it.
Diffstat (limited to 'Mac')
-rw-r--r-- | Mac/scripts/genpluginprojects.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Mac/scripts/genpluginprojects.py b/Mac/scripts/genpluginprojects.py index a2a8ada..3cf4393 100644 --- a/Mac/scripts/genpluginprojects.py +++ b/Mac/scripts/genpluginprojects.py @@ -198,7 +198,7 @@ def genallprojects(force=0): genpluginproject("ppc", "_Win", libraries=["CarbonAccessors.o", "WindowsLib", "AppearanceLib"], libraryflags="Debug, WeakImport", outputdir="::Lib:Carbon") # Carbon Only? - genpluginproject("carbon", "_CF", sources=[":cf:_CFmodule.c", ":cf:pycfbridge.c"], outputdir="::Lib:Carbon") + genpluginproject("carbon", "_CF", sources=["_CFmodule.c", "pycfbridge.c"], outputdir="::Lib:Carbon") genpluginproject("carbon", "_CarbonEvt", outputdir="::Lib:Carbon") genpluginproject("carbon", "hfsplus") |