[cig-commits] commit: This ought to get Carbon compiled and in the mode for all you mac users out there.

Mercurial hg at geodynamics.org
Mon Nov 24 11:28:01 PST 2008


changeset:   21:45a3d9ec6fde
user:        JulianGiordani
date:        Fri Aug 29 01:40:28 2008 +0000
files:       SConfig/packages/CoreServices.py
description:
This ought to get Carbon compiled and in the mode for all you mac users out there.


diff -r 5e63b255cdba -r 45a3d9ec6fde SConfig/packages/CoreServices.py
--- a/SConfig/packages/CoreServices.py	Tue Aug 26 08:21:03 2008 +0000
+++ b/SConfig/packages/CoreServices.py	Fri Aug 29 01:40:28 2008 +0000
@@ -5,3 +5,4 @@ class CoreServices(SConfig.Package):
     def __init__(self, scons_env, scons_opts, required=False, **kw):
         SConfig.Package.__init__(self, scons_env, scons_opts, required, **kw)
         self.frameworks = ['CoreServices']
+        self.have_define = 'HAVE_CARBON'



More information about the CIG-COMMITS mailing list