mirror of
https://github.com/mapbase-source/source-sdk-2013.git
synced 2025-01-21 11:17:56 +03:00
b5dc4a8543
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.
13 lines
332 B
Batchfile
Executable File
13 lines
332 B
Batchfile
Executable File
@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
|