From 1d67ca073532bf357334bce8b09516022ba3fb5e Mon Sep 17 00:00:00 2001 From: Pedro Ferreira Date: Mon, 7 Mar 2005 20:22:39 +0000 Subject: [PATCH] Changed generators so that they now receive only an id of a rule, not the rule itself. Added basic support for darwin. [SVN r27566] --- historic/jam/src/build.jam | 6 +++--- jam_src/build.jam | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/historic/jam/src/build.jam b/historic/jam/src/build.jam index bde19a823..45e45bf7d 100644 --- a/historic/jam/src/build.jam +++ b/historic/jam/src/build.jam @@ -17,9 +17,9 @@ VERSION = 3$(.)1$(.)10 ; RELEASE = 1 ; LICENSE = 1_0 ; -HAVE_PYTHON = 0 ; -PYTHON_INCUDES = /usr/include/python2.3 ; -PYTHON_LIB = -lpython2.3 ; +HAVE_PYTHON = 1 ; +PYTHON_INCUDES = ; # /System/Library/Frameworks/Python.framework/Headers ; +PYTHON_LIB = -framework python ; # Generate development debug binaries? diff --git a/jam_src/build.jam b/jam_src/build.jam index bde19a823..45e45bf7d 100644 --- a/jam_src/build.jam +++ b/jam_src/build.jam @@ -17,9 +17,9 @@ VERSION = 3$(.)1$(.)10 ; RELEASE = 1 ; LICENSE = 1_0 ; -HAVE_PYTHON = 0 ; -PYTHON_INCUDES = /usr/include/python2.3 ; -PYTHON_LIB = -lpython2.3 ; +HAVE_PYTHON = 1 ; +PYTHON_INCUDES = ; # /System/Library/Frameworks/Python.framework/Headers ; +PYTHON_LIB = -framework python ; # Generate development debug binaries?