diff options
author | Jeff Cohen <jeffc@jolt-lang.org> | 2006-02-16 04:07:03 +0000 |
---|---|---|
committer | Jeff Cohen <jeffc@jolt-lang.org> | 2006-02-16 04:07:03 +0000 |
commit | 8e77a8cdd5cb3fcec95e1c966a0313f23b766f3e (patch) | |
tree | 18ecff2436e59b1010571e081329f2a23333f746 /win32 | |
parent | d51425a82da3d519b85f86e380358aa22e63442d (diff) | |
download | external_llvm-8e77a8cdd5cb3fcec95e1c966a0313f23b766f3e.zip external_llvm-8e77a8cdd5cb3fcec95e1c966a0313f23b766f3e.tar.gz external_llvm-8e77a8cdd5cb3fcec95e1c966a0313f23b766f3e.tar.bz2 |
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-x | win32/dobison.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/dobison.cmd b/win32/dobison.cmd index 27364bb..0338e5e 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 |