diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:56:50 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-04-27 17:56:50 +0000 |
commit | 8e9f8f2d0dcdddec35091ddbbdc79650763ec922 (patch) | |
tree | 4f88ed317d44fb4e5d9ab77e565bf1d910a8f560 /BUILD/VS6/clean.bat | |
parent | Initial commit. (diff) | |
download | lynx-8e9f8f2d0dcdddec35091ddbbdc79650763ec922.tar.xz lynx-8e9f8f2d0dcdddec35091ddbbdc79650763ec922.zip |
Adding upstream version 2.9.0dev.6.upstream/2.9.0dev.6upstream
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'BUILD/VS6/clean.bat')
-rw-r--r-- | BUILD/VS6/clean.bat | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/BUILD/VS6/clean.bat b/BUILD/VS6/clean.bat new file mode 100644 index 0000000..5b51985 --- /dev/null +++ b/BUILD/VS6/clean.bat @@ -0,0 +1,27 @@ +@echo off
+@rem $LynxId: clean.bat,v 1.1 2007/07/01 21:52:45 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 *.exe
+del/f/s/q *.exp
+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 ne*.h
+del/f/s/q BuildLog.htm
+
+attrib +r *.bat /s
+attrib +r *.dsp /s
+attrib +r *.dsw /s
|