diff --git a/scripts/make_win_src_distribution.sh b/scripts/make_win_src_distribution.sh
index f0cc70c10c5f15285e84947b28fa41243230e70e..89454345c7b3a3b85a077967b1f4fae6ad0b1d60 100755
--- a/scripts/make_win_src_distribution.sh
+++ b/scripts/make_win_src_distribution.sh
@@ -135,7 +135,7 @@ fi
 
 $CP -r $SOURCE/VC++Files $BASE
 (
-find $BASE \( -name "*.dsp" -o -name "*.dsw" -o -name "*.txt" \) -and -not -path \*SCCS\* -print
+find $BASE \( -name "*.dsp" -o -name "*.dsw" \) -and -not -path \*SCCS\* -print
 )|(
   while read v
   do