1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-18 18:42:46 +02:00

Fix win32 when no bison is around, PR2331, patch by 'hume'.

llvm-svn: 51539
This commit is contained in:
Chris Lattner 2008-05-24 05:11:48 +00:00
parent a9c89da681
commit bfab90ca12

View File

@ -22,6 +22,8 @@ exit
:nobison
echo Bison not found. Using pre-generated files.
copy %~pn4.cpp.cvs .\%3.cpp
copy %~pn4.cpp.cvs %5\%3.cpp
copy %~pn4.h.cvs .\%3.h
copy %~pn4.h.cvs %5\%3.h
exit