[llvm-commits] CVS: llvm/win32/dobison.cmd
Jeff Cohen
jeffc at jolt-lang.org
Wed Feb 15 20:07:15 PST 2006
Changes in directory llvm/win32:
dobison.cmd updated: 1.2 -> 1.3
---
Log message:
Visual Studio enters the future of bisoning.
---
Diffs of the changes: (+2 -2)
dobison.cmd | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
Index: llvm/win32/dobison.cmd
diff -u llvm/win32/dobison.cmd:1.2 llvm/win32/dobison.cmd:1.3
--- llvm/win32/dobison.cmd:1.2 Wed Oct 26 20:10:37 2005
+++ llvm/win32/dobison.cmd Wed Feb 15 22:07:03 2006
@@ -17,6 +17,6 @@
: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
More information about the llvm-commits
mailing list