- Timestamp:
- 10/03/08 20:10:21 (5 years ago)
- Location:
- lang/cplusplus/llv8call/trunk
- Files:
-
- 3 added
- 2 modified
-
. (modified) (1 prop)
-
Sconstruct (modified) (2 diffs)
-
sh (added)
-
sh/SConscript (added)
-
sh/llv8call.sh (added)
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/trunk
- Property svn:ignore
-
old new 4 4 .sconsign.dblite 5 5 llv8call 6 vendor/v8 7 out
-
- Property svn:ignore
-
lang/cplusplus/llv8call/trunk/Sconstruct
r20505 r20618 34 34 os.system("scons library=shared") 35 35 os.chdir("../..") 36 env.Install('out/lib', 'vendor/v8/libv8.so') 36 37 37 38 def GuessToolchain(): … … 58 59 env.SConscript('src/SConscript', exports=['env','conf']) 59 60 env.SConscript('ext/SConscript', exports=['env','conf']) 61 env.SConscript('sh/SConscript', exports=['env','conf']) 60 62 63 # install docs 64 for f in Split('README INSTALL LICENSE NEWS'): 65 env.Install('out/doc/llv8call', f) 66
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)