diff options
author | Vincent Richard <[email protected]> | 2009-03-01 21:23:40 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2009-03-01 21:23:40 +0000 |
commit | 50326917bf22de29a2aef25d4b07b896c74a4a0c (patch) | |
tree | 3dccce9c740e816a3c6f1088751659c689057ff7 | |
parent | Fixed non-numeric timezone parsing (thanks to John van der Kamp, Zarafa). (diff) | |
download | vmime-50326917bf22de29a2aef25d4b07b896c74a4a0c.tar.gz vmime-50326917bf22de29a2aef25d4b07b896c74a4a0c.zip |
Use Decider() method instead of deprecated SourceSignatures/TargetSignatures().
-rw-r--r-- | SConstruct | 4 |
1 files changed, 1 insertions, 3 deletions
@@ -439,9 +439,7 @@ EnsureSConsVersion(0, 94) SetOption('implicit_cache', 1) -#SourceSignatures('timestamp') -SourceSignatures('MD5') -TargetSignatures('build') +Decider('MD5-timestamp') ############# |