aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVincent Richard <[email protected]>2005-03-28 08:42:02 +0000
committerVincent Richard <[email protected]>2005-03-28 08:42:02 +0000
commite01fe854d594abd10a09e4d3e3fa27f9eae54d6f (patch)
treebdeb692d8d774d7e40007d444dde3ac53586b2da
parentAdded 'msvc' target. (diff)
downloadvmime-e01fe854d594abd10a09e4d3e3fa27f9eae54d6f.tar.gz
vmime-e01fe854d594abd10a09e4d3e3fa27f9eae54d6f.zip
Fixed SConstruct to include MSVC files in dist.
-rw-r--r--SConstruct3
1 files changed, 3 insertions, 0 deletions
diff --git a/SConstruct b/SConstruct
index 6e3e4b00..61bf3de9 100644
--- a/SConstruct
+++ b/SConstruct
@@ -1815,6 +1815,9 @@ EndGlobal
""")
vmime_vcproj.close();
+ libvmime_dist_files.append("vmime.sln")
+ libvmime_dist_files.append("vmime.vcproj")
+
return None