summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorJeff Cohen <jeffc@jolt-lang.org>2006-02-16 04:07:03 +0000
committerJeff Cohen <jeffc@jolt-lang.org>2006-02-16 04:07:03 +0000
commit8e77a8cdd5cb3fcec95e1c966a0313f23b766f3e (patch)
tree18ecff2436e59b1010571e081329f2a23333f746 /win32
parentd51425a82da3d519b85f86e380358aa22e63442d (diff)
downloadllvm-8e77a8cdd5cb3fcec95e1c966a0313f23b766f3e.tar.gz
llvm-8e77a8cdd5cb3fcec95e1c966a0313f23b766f3e.tar.bz2
llvm-8e77a8cdd5cb3fcec95e1c966a0313f23b766f3e.tar.xz
Visual Studio enters the future of bisoning.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26227 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rwxr-xr-xwin32/dobison.cmd4
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/dobison.cmd b/win32/dobison.cmd
index 27364bb1b5..0338e5e33b 100755
--- a/win32/dobison.cmd
+++ b/win32/dobison.cmd
@@ -17,6 +17,6 @@ exit
:nobison
echo Bison not found. Using pre-generated files.
-copy %~pn4.cpp %3.cpp
-copy %~pn4.h %3.h
+copy %~pn4.cpp.cvs %3.cpp
+copy %~pn4.h.cvs %3.h
exit