Changeset 378
- Timestamp:
- 11/02/06 09:56:04 (2 years ago)
- Files:
-
- trunk/SConstruct (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
trunk/SConstruct
r369 r378 317 317 if not SConsAddons.Util.hasHelpFlag(): 318 318 try: # Try to save the options if possible 319 opts.Save(option_filename, common_env) 319 if not ARGUMENTS.has_key("options_file"): 320 opts.Save(option_filename, common_env) 320 321 except LookupError, le: 321 322 pass
