diff options
Diffstat (limited to 'SConstruct')
-rw-r--r-- | SConstruct | 22 |
1 files changed, 8 insertions, 14 deletions
@@ -28,26 +28,18 @@ import string libvmime_sources = [ 'address.cpp', 'address.hpp', 'addressList.cpp', 'addressList.hpp', - 'addressListField.cpp', 'addressListField.hpp', 'attachment.hpp', 'base.cpp', 'base.hpp', 'body.cpp', 'body.hpp', 'bodyPart.cpp', 'bodyPart.hpp', 'charset.cpp', 'charset.hpp', - 'charsetParameter.cpp', 'charsetParameter.hpp', 'component.cpp', 'component.hpp', 'constants.cpp', 'constants.hpp', 'contentDispositionField.cpp', 'contentDispositionField.hpp', - 'contentEncodingField.cpp', 'contentEncodingField.hpp', 'contentHandler.cpp', 'contentHandler.hpp', 'contentTypeField.cpp', 'contentTypeField.hpp', - 'dateField.cpp', 'dateField.hpp', - 'dateParameter.cpp', 'dateParameter.hpp', 'dateTime.cpp', 'dateTime.hpp', 'defaultAttachment.cpp', 'defaultAttachment.hpp', - 'defaultField.cpp', 'defaultField.hpp', - 'defaultParameter.cpp', 'defaultParameter.hpp', - 'defaultParameterizedHeaderField.cpp', 'defaultParameterizedHeaderField.hpp', 'disposition.cpp', 'disposition.hpp', 'encoder.cpp', 'encoder.hpp', 'encoder7bit.cpp', 'encoder7bit.hpp', @@ -61,6 +53,8 @@ libvmime_sources = [ 'encoding.cpp', 'encoding.hpp', 'exception.hpp', 'fileAttachment.cpp', 'fileAttachment.hpp', + 'genericField.hpp', + 'genericParameter.hpp', 'header.cpp', 'header.hpp', 'headerFieldFactory.cpp', 'headerFieldFactory.hpp', 'headerField.cpp', 'headerField.hpp', @@ -69,12 +63,10 @@ libvmime_sources = [ 'mailboxField.cpp', 'mailboxField.hpp', 'mailboxGroup.cpp', 'mailboxGroup.hpp', 'mailboxList.cpp', 'mailboxList.hpp', - 'mailboxListField.cpp', 'mailboxListField.hpp', 'mediaType.cpp', 'mediaType.hpp', 'messageBuilder.cpp', 'messageBuilder.hpp', 'message.cpp', 'message.hpp', 'messageId.cpp', 'messageId.hpp', - 'messageIdField.cpp', 'messageIdField.hpp', 'messageParser.cpp', 'messageParser.hpp', 'options.cpp', 'options.hpp', 'parameter.cpp', 'parameter.hpp', @@ -84,12 +76,13 @@ libvmime_sources = [ 'plainTextPart.cpp', 'plainTextPart.hpp', 'platformDependant.cpp', 'platformDependant.hpp', 'propertySet.cpp', 'propertySet.hpp', - 'relayField.cpp', 'relayField.hpp', + 'relay.cpp', 'relay.hpp', + 'standardFields.hpp', + 'standardParams.hpp', 'text.cpp', 'text.hpp', - 'textField.cpp', 'textField.hpp', - 'textParameter.cpp', 'textParameter.hpp', 'textPartFactory.cpp', 'textPartFactory.hpp', 'textPart.hpp', + 'typeAdapter.hpp', 'types.hpp', 'word.cpp', 'word.hpp', 'vmime', @@ -100,7 +93,8 @@ libvmime_sources = [ 'utility/singleton.cpp', 'utility/singleton.hpp', 'utility/smartPtr.hpp', 'utility/stream.cpp', 'utility/stream.hpp', - 'utility/stringProxy.cpp', 'utility/stringProxy.hpp' + 'utility/stringProxy.cpp', 'utility/stringProxy.hpp', + 'utility/stringUtils.cpp', 'utility/stringUtils.hpp' ] libvmime_examples_sources = [ |