diff options
author | Vincent Richard <[email protected]> | 2005-03-28 08:42:02 +0000 |
---|---|---|
committer | Vincent Richard <[email protected]> | 2005-03-28 08:42:02 +0000 |
commit | e01fe854d594abd10a09e4d3e3fa27f9eae54d6f (patch) | |
tree | bdeb692d8d774d7e40007d444dde3ac53586b2da | |
parent | Added 'msvc' target. (diff) | |
download | vmime-e01fe854d594abd10a09e4d3e3fa27f9eae54d6f.tar.gz vmime-e01fe854d594abd10a09e4d3e3fa27f9eae54d6f.zip |
Fixed SConstruct to include MSVC files in dist.
-rw-r--r-- | SConstruct | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1815,6 +1815,9 @@ EndGlobal """) vmime_vcproj.close(); + libvmime_dist_files.append("vmime.sln") + libvmime_dist_files.append("vmime.vcproj") + return None |