From: Jeff Cohen Date: Thu, 16 Feb 2006 04:07:03 +0000 (+0000) Subject: Visual Studio enters the future of bisoning. X-Git-Url: http://demsky.eecs.uci.edu/git/?a=commitdiff_plain;h=8e77a8cdd5cb3fcec95e1c966a0313f23b766f3e;p=oota-llvm.git Visual Studio enters the future of bisoning. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@26227 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/win32/dobison.cmd b/win32/dobison.cmd index 27364bb1b5c..0338e5e33b3 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