Line-ending fixes for most of the remaining files.
Fixes line-endings for files with extensions vcd, cc, txt, bat, fxc, inc, lst,
proto, mak, mm, cfg, res, rc, def, vmt, vsh, vbsp, inl, asm, m4, vcproj,
vcxproj, sln, in, java, la, manifest, am, and rad.
Also fixes README, CONTRIBUTING, CONTRIBUTORS, LICENSE, CHANGES, COPYING, and
gitignore.
Finally, fixes executable bits.
2013-12-03 10:39:23 -08:00
|
|
|
@echo off
|
|
|
|
setlocal
|
|
|
|
|
|
|
|
if exist fxctmp9_tmp rd /s /q fxctmp9_tmp
|
|
|
|
if exist vshtmp9_tmp rd /s /q vshtmp9_tmp
|
|
|
|
if exist pshtmp9_tmp rd /s /q pshtmp9_tmp
|
|
|
|
|
|
|
|
if exist fxctmp9_360_tmp rd /s /q fxctmp9_360_tmp
|
|
|
|
if exist vshtmp9_360_tmp rd /s /q vshtmp9_360_tmp
|
|
|
|
if exist pshtmp9_360_tmp rd /s /q pshtmp9_360_tmp
|
|
|
|
|
|
|
|
if exist shaders rd /s /q shaders
|