|
From: Ben S. <non...@us...> - 2003-05-20 21:39:56
|
nonchocoboy 2003/05/20 14:39:55 PDT
Modified files:
modules/GMTL SConstruct
Added files:
modules/GMTL/python SConscript
Log:
Put the Python bindings into the build system. Since it takes hours to link
:( the bindings are not generated by default. New options to the build include:
enable-python=1 // Enables building of the python bindings
The build is pretty stupid for now (I wanted something that sorta works
quickly). You need to have python in your PATH and Boost.Python in your system
include and library paths. For gcc, this means you need to set
CPLUS_INCLUDE_PATH and LIBRARY_PATH appropriately.
Revision Changes Path
1.15 +40 -1 GGT/modules/GMTL/SConstruct
1.1 +17 -0 GGT/modules/GMTL/python/SConscript (new)
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/SConstruct.diff?r1=1.14&r2=1.15&diff_format=l
http://cvs.sourceforge.net/cgi-bin/viewcvs.cgi/ggt/GGT/modules/GMTL/python/SConscript?rev=1.1&content-type=text/plain
|