From b08b8e6f5979c81bfe1700361c9895412a22047d Mon Sep 17 00:00:00 2001 From: Chris Lattner Date: Wed, 2 Jan 2008 21:30:58 +0000 Subject: [PATCH] Fix PR1888, patch by Wilhansen Li. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45501 91177308-0d34-0410-b5e6-96231b3b80d8 --- win32/CodeGen/CodeGen.vcproj | 4 ++++ win32/dobison.cmd | 4 ++-- 2 files changed, 6 insertions(+), 2 deletions(-) diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj index 79cd506c44e..bef0d1854f5 100644 --- a/win32/CodeGen/CodeGen.vcproj +++ b/win32/CodeGen/CodeGen.vcproj @@ -392,6 +392,10 @@ RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp" > + + diff --git a/win32/dobison.cmd b/win32/dobison.cmd index e1e3487b5ae..72224f04a8c 100755 --- a/win32/dobison.cmd +++ b/win32/dobison.cmd @@ -22,6 +22,6 @@ exit :nobison echo Bison not found. Using pre-generated files. -copy %~pn4.cpp.cvs %3.cpp -copy %~pn4.h.cvs %3.h +copy %~pn4.cpp.cvs %5\%3.cpp +copy %~pn4.h.cvs %5\%3.h exit