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 17fbf80396
commit ac8323f2b6

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?