Fix PR1888, patch by Wilhansen Li.
authorChris Lattner <sabre@nondot.org>
Wed, 2 Jan 2008 21:30:58 +0000 (21:30 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 2 Jan 2008 21:30:58 +0000 (21:30 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45501 91177308-0d34-0410-b5e6-96231b3b80d8

win32/CodeGen/CodeGen.vcproj
win32/dobison.cmd

index 79cd506c44ece1401c6f4af2c58c63b0a808fb93..bef0d1854f5d77f141611d0322cf0e09d8ab4f4c 100644 (file)
                                RelativePath="..\..\lib\CodeGen\MachinePassRegistry.cpp"
                                >
                        </File>
+                       <File
+                               RelativePath="..\..\lib\CodeGen\MachineRegisterInfo.cpp"
+                               >
+                       </File>
                        <File
                                RelativePath="..\..\lib\CodeGen\MachOWriter.cpp"
                                >
index e1e3487b5aea86509da6707b3d80f2e4e39f1ce2..72224f04a8c8a29fed37709149006b9cbea82d29 100755 (executable)
@@ -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