]> icculus.org git repositories - btb/d2x.git/blob - unused/vga/xyz.bat
implement brightness/palette effects in OGL using SetGammaRamp, much faster than...
[btb/d2x.git] / unused / vga / xyz.bat
1 if exist %1 goto done
2 if exist %1.tmp goto done
3 if not "%2" == "" rcsmerge -r%2 -r%3 %1.c
4 ren %1.c *.tmp
5 co %1.c
6 attrib -r %1.c
7 diff -b %1.c %1.tmp |more
8 b %1.c %1.tmp
9 diff -b %1.c %1.tmp |more
10 :done