Visual Studio enters the future of bisoning.
authorJeff Cohen <jeffc@jolt-lang.org>
Thu, 16 Feb 2006 04:07:03 +0000 (04:07 +0000)
committerJeff Cohen <jeffc@jolt-lang.org>
Thu, 16 Feb 2006 04:07:03 +0000 (04:07 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26227 91177308-0d34-0410-b5e6-96231b3b80d8

win32/dobison.cmd

index 27364bb1b5c05ecccf87b423b42bbdcd39639f3e..0338e5e33b3a11d56c4050f24ba8da3c059e361f 100755 (executable)
@@ -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