diff options
| author | Franklin Wei <git@fwei.tk> | 2018-02-11 15:34:30 -0500 |
|---|---|---|
| committer | Franklin Wei <git@fwei.tk> | 2018-02-11 15:34:30 -0500 |
| commit | 33bfba86222efb6cc5b271b3e12b6cf3f38836c5 (patch) | |
| tree | 8a7f11e101af6a094b4b86d3c0b9d72793005ed3 /apps/plugins/sdl/progs/quake/clean.bat | |
| parent | 8dd00a02d49a99997165a4c38a967738e90ba72f (diff) | |
| download | rockbox-duke3d.zip rockbox-duke3d.tar.gz rockbox-duke3d.tar.bz2 rockbox-duke3d.tar.xz | |
Quake: attempt 2duke3d
Change-Id: I4285036e967d7f0722802d43cf2096c808ca5799
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 + |