[llvm-commits] a patch for win32 build when there is no bison present
humeafo
humeafo at gmail.com
Wed May 14 21:26:40 PDT 2008
a patch for win32 build when there is no bison present
there is a mistake in the batch file which copy the needed files to the wrong place
Index: D:/LLVM/llvm/win32/dobison.cmd
===================================================================
--- D:/LLVM/llvm/win32/dobison.cmd (revision 51136)
+++ D:/LLVM/llvm/win32/dobison.cmd (working copy)
@@ -22,6 +22,7 @@
:nobison
echo Bison not found. Using pre-generated files.
-copy %~pn4.cpp.cvs %5\%3.cpp
+copy %~pn4.cpp.cvs .\%3.cpp
+copy %~pn4.h.cvs .\%3.h
copy %~pn4.h.cvs %5\%3.h
exit
humeafo
2008-05-15
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20080515/702fe6e5/attachment.html>
More information about the llvm-commits
mailing list