Changeset 20247
- Timestamp:
- 09/30/08 09:22:46 (5 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
lang/cplusplus/llv8call/branches/gdome/ext/SConscript
r20166 r20247 28 28 29 29 srcfile = os.path.join(d, dllfname(d)) 30 dstfile = os.path.join(destdir, dllfname(d))31 30 if os.access(srcfile, os.R_OK): 32 print "cp %s %s" % (srcfile, dstfile) 33 shutil.copyfile(srcfile, dstfile) 31 env.Install(destdir, srcfile) 34 32
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)