mirror of
https://github.com/RPCSX/llvm.git
synced 2024-11-24 20:29:53 +00:00
Fix win32 when no bison is around, PR2331, patch by 'hume'.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@51539 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
e7a83dfac6
commit
cad93bd1c3
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user