summaryrefslogtreecommitdiffstats
path: root/Mac
diff options
context:
space:
mode:
authorJack Jansen <jack.jansen@cwi.nl>2002-07-22 12:32:31 (GMT)
committerJack Jansen <jack.jansen@cwi.nl>2002-07-22 12:32:31 (GMT)
commit66e794d74372ee43c027adc808d57734d102a2a1 (patch)
tree5a9b5d213e28e266603c02ad87246257c7ae3a49 /Mac
parent7ea39b135a4dac795836292a898dcd672b5dd623 (diff)
downloadcpython-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.py2
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")