summaryrefslogtreecommitdiffstats
path: root/BUILD/VS2005X/clean.bat
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:12:14 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2024-05-06 01:12:14 +0000
commit982972c2aada53f83389987317fb6cbee9ce5a91 (patch)
tree25420c3b905b2e00f02a895d877fd0669025ee35 /BUILD/VS2005X/clean.bat
parentInitial commit. (diff)
downloadlynx-upstream.tar.xz
lynx-upstream.zip
Adding upstream version 2.8.9rel.1.upstream/2.8.9rel.1upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'BUILD/VS2005X/clean.bat')
-rw-r--r--BUILD/VS2005X/clean.bat31
1 files changed, 31 insertions, 0 deletions
diff --git a/BUILD/VS2005X/clean.bat b/BUILD/VS2005X/clean.bat
new file mode 100644
index 0000000..84d35a1
--- /dev/null
+++ b/BUILD/VS2005X/clean.bat
@@ -0,0 +1,31 @@
+@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