aboutsummaryrefslogtreecommitdiffstats
path: root/SConstruct
diff options
context:
space:
mode:
Diffstat (limited to 'SConstruct')
-rw-r--r--SConstruct5
1 files changed, 3 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index ed5a1b2e..c4b5371b 100644
--- a/SConstruct
+++ b/SConstruct
@@ -34,7 +34,7 @@ packageVersionMicro = 1
# API version number (libtool)
#
# Increment this number only immediately before a public release.
-# This is independant from package version number.
+# This is independent from package version number.
#
# See: http://www.gnu.org/software/libtool/manual.html#Libtool-versioning
#
@@ -130,7 +130,7 @@ libvmime_sources = [
'parsedMessageAttachment.cpp', 'parsedMessageAttachment.hpp',
'parserHelpers.hpp',
'plainTextPart.cpp', 'plainTextPart.hpp',
- 'platformDependant.cpp', 'platformDependant.hpp',
+ 'platform.cpp', 'platform.hpp',
'propertySet.cpp', 'propertySet.hpp',
'relay.cpp', 'relay.hpp',
'stringContentHandler.cpp', 'stringContentHandler.hpp',
@@ -2006,6 +2006,7 @@ EndGlobal
# vmime.vcproj
vmime_vcproj = open("vmime.vcproj", 'w')
vmime_vcproj.write("""<?xml version="1.0" encoding="Windows-1252"?>
+<!-- This file has been automatically generated from SConstruct -->
<VisualStudioProject
ProjectType="Visual C++"
Version="7.10"