mirror of
https://github.com/id-Software/Quake.git
synced 2026-03-20 00:49:48 +01:00
The Quake sources as originally release under the GPL license on December 21, 1999
This commit is contained in:
18
WinQuake/clean.bat
Normal file
18
WinQuake/clean.bat
Normal file
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user