From 5a079a2d114f96d4847d1ee305d5b7c16eeec50e Mon Sep 17 00:00:00 2001 From: 3gg <3gg@shellblade.net> Date: Sat, 27 Dec 2025 12:03:39 -0800 Subject: Initial commit --- contrib/SDL-3.2.8/VisualC-GDK/clean.sh | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100755 contrib/SDL-3.2.8/VisualC-GDK/clean.sh (limited to 'contrib/SDL-3.2.8/VisualC-GDK/clean.sh') diff --git a/contrib/SDL-3.2.8/VisualC-GDK/clean.sh b/contrib/SDL-3.2.8/VisualC-GDK/clean.sh new file mode 100755 index 0000000..235b79c --- /dev/null +++ b/contrib/SDL-3.2.8/VisualC-GDK/clean.sh @@ -0,0 +1,7 @@ +#!/bin/sh +find . -type f \( -name '*.user' -o -name '*.sdf' -o -name '*.ncb' -o -name '*.suo' \) -print -delete +find . -type f \( -name '*.bmp' -o -name '*.wav' -o -name '*.dat' \) -print -delete +find . -depth -type d \( -name Gaming.Desktop.x64 \) -exec rm -rv {} \; +find . -depth -type d \( -name Gaming.Xbox.Scarlett.x64 \) -exec rm -rv {} \; +find . -depth -type d \( -name Gaming.Xbox.XboxOne.x64 \) -exec rm -rv {} \; +rm shaders/*.h -- cgit v1.2.3