]> granicus.if.org Git - python/commitdiff
Finally found out why te cf project sometimes worked and someimes didn't. Fixed it.
authorJack Jansen <jack.jansen@cwi.nl>
Mon, 22 Jul 2002 12:32:31 +0000 (12:32 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Mon, 22 Jul 2002 12:32:31 +0000 (12:32 +0000)
Mac/scripts/genpluginprojects.py

index a2a8ada764ce67838493e9633cdbaffb9e0648f2..3cf4393fe58e9ca4e8283c65372bd57607b9e9f1 100644 (file)
@@ -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")