diff options
Diffstat (limited to 'win32')
-rwxr-xr-x | win32/dobison.cmd | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/win32/dobison.cmd b/win32/dobison.cmd index 27364bb..0338e5e 100755 --- a/win32/dobison.cmd +++ b/win32/dobison.cmd @@ -17,6 +17,6 @@ exit :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 |