Finally found out why te cf project sometimes worked and someimes didn't. Fixed it.

This commit is contained in:
Jack Jansen 2002-07-22 12:32:31 +00:00
parent 7ea39b135a
commit 66e794d743
1 changed files with 1 additions and 1 deletions

View 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")