Browse Source

don't copy Makefiles either

Joseph Lee 19 years ago
parent
commit
10f8157070
1 changed files with 1 additions and 1 deletions
  1. 1 1
      direct/src/leveleditor/copyfiles.pl

+ 1 - 1
direct/src/leveleditor/copyfiles.pl

@@ -55,7 +55,7 @@ foreach my $line (@fileline)
 
     if ( ($line =~ /CVS/)
         || ($line =~ /Opt\d\-/)
-        || ($line =~ /\.cxx|\.obj|\.h|\.I|\.in|\.pdb|\.pp|\.cvsignore/)
+        || ($line =~ /\.cxx|\.obj|\.h|\.I|\.in|\.pdb|\.pp|\.cvsignore|Makefile/)
        )
     {                                                       # skip if ...
         print "skipping $line\n";