1
0
Fork 0
lynx/BUILD/VS2005X/clean.bat
Daniel Baumann 20df3659cf
Adding upstream version 2.9.2.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-21 08:10:34 +02:00

31 lines
624 B
Batchfile

@echo off
@rem $LynxId: clean.bat,v 1.1 2007/06/30 14:16:07 tom Exp $
@rem Remove all build-products in subdirectories, leaving only sources (and unrecognized types)
del/f/s/q *.aps
del/f/s/q *.bsc
del/f/s/q *.dep
del/f/s/q *.exe
del/f/s/q *.exp
del/f/s/q *.i
del/f/s/q *.idb
del/f/s/q *.ilk
del/f/s/q *.lib
del/f/s/q *.ncb
del/f/s/q *.obj
del/f/s/q *.opt
del/f/s/q *.pch
del/f/s/q *.pdb
del/f/s/q *.plg
del/f/s/q *.res
del/f/s/q *.sbr
del/f/s/q *.suo
del/f/s/q *.manifest
del/f/s/q *.user
del/f/s/q BuildLog.htm
attrib +r *.h /s
attrib +r *.bat /s
attrib +r *.sln /s
attrib +r *.vcproj /s