diff options
author | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-05-25 06:29:02 +0000 |
---|---|---|
committer | Hans-Christoph Steiner <eighthave@users.sourceforge.net> | 2005-05-25 06:29:02 +0000 |
commit | 19feca429bd9f213dcec220c1bcb2e4298742e15 (patch) | |
tree | 04343833618f4c7962e85a32194d7be0c147ae2b | |
parent | e0ec2a5235bcc0da03b55ba03edba439cc3470d3 (diff) |
added rules to prevent keyword replacement on imported portaudio sources, hope it works...
svn path=/trunk/; revision=3084
-rw-r--r-- | CVSROOT/cvswrappers | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/CVSROOT/cvswrappers b/CVSROOT/cvswrappers index 47986a20..056df332 100644 --- a/CVSROOT/cvswrappers +++ b/CVSROOT/cvswrappers @@ -80,3 +80,9 @@ # MACOS X FILES *.pmsp -k 'b' + +# prevent keyword replacement on imported sources +# 2005-05-20 <hans@at.or.at> +portaudio/* -k 'b' +portaudio_osx/* -k 'b' +portaudio_v18/* -k 'b' |