mirror of
https://github.com/id-Software/Quake.git
synced 2026-03-19 16:39:38 +01:00
The Quake sources as originally release under the GPL license on December 21, 1999
This commit is contained in:
40
QW/clean.bat
Normal file
40
QW/clean.bat
Normal file
@@ -0,0 +1,40 @@
|
||||
rm -rf client\debug
|
||||
rm -rf client\release
|
||||
rm -rf client\gldebug
|
||||
rm -rf client\glrelease
|
||||
|
||||
rm -f client\qwcl.ncb
|
||||
rm -f client\qwcl.opt
|
||||
rm -f client\qwcl.plg
|
||||
rm -f client\qwcl.stt
|
||||
|
||||
rm -rf server\debug
|
||||
rm -rf server\release
|
||||
|
||||
rm -f server\qwsv.ncb
|
||||
rm -f server\qwsv.opt
|
||||
rm -f server\qwsv.plg
|
||||
rm -f server\qwsv.stt
|
||||
|
||||
rm -rf gas2masm\debug
|
||||
rm -rf gas2masm\release
|
||||
|
||||
rm -f gas2masm\gas2masm.ncb
|
||||
rm -f gas2masm\gas2masm.opt
|
||||
rm -f gas2masm\gas2masm.plg
|
||||
rm -f gas2masm\gas2masm.stt
|
||||
|
||||
rm -rf qwfwd\debug
|
||||
rm -rf qwfwd\release
|
||||
|
||||
rm -f qwfwd\qwfwd.ncb
|
||||
rm -f qwfwd\qwfwd.opt
|
||||
rm -f qwfwd\qwfwd.plg
|
||||
rm -f qwfwd\qwfwd.stt
|
||||
|
||||
rm -f qw.ncb
|
||||
rm -f qw.opt
|
||||
rm -f qw.plg
|
||||
rm -f qw.stt
|
||||
|
||||
|
||||
Reference in New Issue
Block a user