summaryrefslogtreecommitdiff
path: root/win32
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2008-01-02 21:30:58 +0000
committerChris Lattner <sabre@nondot.org>2008-01-02 21:30:58 +0000
commitb08b8e6f5979c81bfe1700361c9895412a22047d (patch)
treeaea91e66eb9184ed51a0bb025e30f9b430d3be56 /win32
parentfa0fba1c546091c485e5513eadeef181dda370ab (diff)
downloadllvm-b08b8e6f5979c81bfe1700361c9895412a22047d.tar.gz
llvm-b08b8e6f5979c81bfe1700361c9895412a22047d.tar.bz2
llvm-b08b8e6f5979c81bfe1700361c9895412a22047d.tar.xz
Fix PR1888, patch by Wilhansen Li.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@45501 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'win32')
-rw-r--r--win32/CodeGen/CodeGen.vcproj4
-rwxr-xr-xwin32/dobison.cmd4
2 files changed, 6 insertions, 2 deletions
diff --git a/win32/CodeGen/CodeGen.vcproj b/win32/CodeGen/CodeGen.vcproj
index 79cd506c44..bef0d1854f 100644
--- a/win32/CodeGen/CodeGen.vcproj
+++ b/win32/CodeGen/CodeGen.vcproj
@@ -393,6 +393,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\CodeGen\MachineRegisterInfo.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\CodeGen\MachOWriter.cpp"
>
</File>
diff --git a/win32/dobison.cmd b/win32/dobison.cmd
index e1e3487b5a..72224f04a8 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