From e01fe854d594abd10a09e4d3e3fa27f9eae54d6f Mon Sep 17 00:00:00 2001 From: Vincent Richard Date: Mon, 28 Mar 2005 08:42:02 +0000 Subject: [PATCH] Fixed SConstruct to include MSVC files in dist. --- SConstruct | 3 +++ 1 file changed, 3 insertions(+) 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