]> icculus.org git repositories - btb/d2x.git/blob - unused/vga/xyz.bat
This commit was generated by cvs2svn to compensate for changes in r2,
[btb/d2x.git] / unused / vga / xyz.bat
1 if exist %1 goto done\r
2 if exist %1.tmp goto done\r
3 if not "%2" == "" rcsmerge -r%2 -r%3 %1.c\r
4 ren %1.c *.tmp\r
5 co %1.c\r
6 attrib -r %1.c\r
7 diff -b %1.c %1.tmp |more\r
8 b %1.c %1.tmp\r
9 diff -b %1.c %1.tmp |more\r
10 :done\r