summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormichel_j <michel_j@a3e5c962-4219-0410-a828-e124f845ac39>2005-09-12 15:48:54 +0000
committermichel_j <michel_j@a3e5c962-4219-0410-a828-e124f845ac39>2005-09-12 15:48:54 +0000
commit5140a0b579942d1bcc1d158ad0a40fc5580b1b82 (patch)
tree2d233e7bd96297f39907ffcb267562aee5a177cc
parent31414107e2a06d938e884610707a9d752854c84e (diff)
downloadMPC-5140a0b579942d1bcc1d158ad0a40fc5580b1b82.tar.gz
ChangeLogTag: Mon Sep 12 10:47:28 2005 Justin Michel <michel_j@ociweb.com>
-rw-r--r--ChangeLog7
-rwxr-xr-xclone_build_tree.pl1
2 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d4825108..5f4a8d8b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Mon Sep 12 10:47:28 2005 Justin Michel <michel_j@ociweb.com>
+
+ * clone_build_tree.pl:
+
+ Prevent cloning of .pch files, which are precompiled headers when
+ using VC++.
+
Thu Sep 8 08:06:18 2005 J.T. Conklin <jtc@acorntoolworks.com>
* templates/automake.mpd:
diff --git a/clone_build_tree.pl b/clone_build_tree.pl
index a6d272a9..4d416f1d 100755
--- a/clone_build_tree.pl
+++ b/clone_build_tree.pl
@@ -79,6 +79,7 @@ sub findCallback {
! /^.*\.suo\z/s &&
! /^.*\.ilk\z/s &&
! /^.*\.pdb\z/s &&
+ ! /^.*\.pch\z/s &&
! /^.*\.log\z/s
);