Changeset 805 for trunk/ithildin/build/scons.py
- Timestamp:
- 06/01/07 10:53:34 (5 years ago)
- File:
-
- 1 edited
-
trunk/ithildin/build/scons.py (modified) (4 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/ithildin/build/scons.py
r796 r805 3 3 # SCons - a Software Constructor 4 4 # 5 # Copyright (c) 2001, 2002, 2003, 2004 The SCons Foundation5 # Copyright (c) 2001, 2002, 2003, 2004, 2005, 2006, 2007 The SCons Foundation 6 6 # 7 7 # Permission is hereby granted, free of charge, to any person obtaining … … 25 25 # 26 26 27 __revision__ = "/home/scons/scons/branch.0/b ranch.96/baseline/src/script/scons.py 0.96.93.D001 2006/11/06 08:31:54knight"27 __revision__ = "/home/scons/scons/branch.0/baseline/src/script/scons.py 0.97.D001 2007/05/17 11:35:19 knight" 28 28 29 __version__ = "0.9 6.93"29 __version__ = "0.97" 30 30 31 31 __build__ = "D001" … … 33 33 __buildsys__ = "roxbury" 34 34 35 __date__ = "200 6/11/06 08:31:54"35 __date__ = "2007/05/17 11:35:19" 36 36 37 37 __developer__ = "knight" … … 70 70 if script_dir: 71 71 local = os.path.join(script_dir, local) 72 libs.append( local)72 libs.append(os.path.abspath(local)) 73 73 74 74 scons_version = 'scons-%s' % __version__
Note: See TracChangeset
for help on using the changeset viewer.
