Hi guys,

I want to integrate V8 as a sub-system to another project which also
uses Scons as the building tool. Now, I can build them together by
using the following code.
     env.SConscript(dirs=join('v8', 'trunk'), name='SConstruct')
But some problems are:

1. V8 maybe ignore the environment variables (CC, CXX, AR and RANLIB)
I set in the SConstruct of V8. Currently, a workable way is exporting
these variables in shell, then V8 can use these new values to build
the system. But this solution may affect another project environment.
Do you know the reason?

2. I know the command line variables are shared between sub-build-
systems, and I'm new to SCons. Is there a way to prevent this?


--~--~---------~--~----~------------~-------~--~----~
v8-users mailing list
[email protected]
http://groups.google.com/group/v8-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to