diff options
Diffstat (limited to 'apps/plugins/sdl/progs/quake/clean.bat')
| -rw-r--r-- | apps/plugins/sdl/progs/quake/clean.bat | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/apps/plugins/sdl/progs/quake/clean.bat b/apps/plugins/sdl/progs/quake/clean.bat new file mode 100644 index 0000000..8a5aad4 --- /dev/null +++ b/apps/plugins/sdl/progs/quake/clean.bat @@ -0,0 +1,18 @@ +rmdir /s /q debug +rmdir /s /q release +rmdir /s /q debug_gl +rmdir /s /q release_gl + +rmdir /s /q gas2masm\debug +rmdir /s /q gas2masm\release + +del gas2masm\gas2masm.opt +del gas2masm\gas2masm.plg +del gas2masm\gas2masm.ncb +del gas2masm\gas2masm.stt + +del WinQuake.opt +del WinQuake.plg +del WinQuake.ncb +del WinQuake.stt + |