2
0
mirror of https://github.com/boostorg/build.git synced 2026-02-16 01:12:13 +00:00

Changed generators so that they now receive only an id of a rule, not the rule itself.

Added basic support for darwin.


[SVN r27566]
This commit is contained in:
Pedro Ferreira
2005-03-07 20:22:39 +00:00
parent e98ac4ece6
commit 1d67ca0735
2 changed files with 6 additions and 6 deletions

View File

@@ -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?

View File

@@ -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?