diff options
| author | Vincent Richard <[email protected]> | 2004-12-19 01:04:22 +0100 |
|---|---|---|
| committer | Vincent Richard <[email protected]> | 2004-12-19 01:04:22 +0100 |
| commit | 5c8333cb1e994d246f0b6226fde7c8499a4ac5a4 (patch) | |
| tree | bcac2c380e7ccad5387b2bbc38fd5a3d6cf3dca7 /SConstruct | |
| parent | Added #ifdefs's to fix bugs when compiling without messaging or file-system s... (diff) | |
| download | vmime-5c8333cb1e994d246f0b6226fde7c8499a4ac5a4.tar.gz vmime-5c8333cb1e994d246f0b6226fde7c8499a4ac5a4.zip | |
Moved code from 'exception.hpp' to 'exception.cpp' + new features for exceptions.
Diffstat (limited to 'SConstruct')
| -rw-r--r-- | SConstruct | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -52,7 +52,7 @@ libvmime_sources = [ 'encoderQP.cpp', 'encoderQP.hpp', 'encoderUUE.cpp', 'encoderUUE.hpp', 'encoding.cpp', 'encoding.hpp', - 'exception.hpp', + 'exception.cpp', 'exception.hpp', 'fileAttachment.cpp', 'fileAttachment.hpp', 'genericField.hpp', 'genericParameter.hpp', |
