Add missing files for the examples to the MSVC project

This commit is contained in:
Cameron Cawley
2026-01-19 16:36:03 +00:00
committed by Sam Lantinga
parent 18ba444352
commit 3ee909f01e
6 changed files with 10 additions and 1 deletions

View File

@@ -1,4 +1,4 @@
#!/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 . -type f \( -name '*.png' -o -name '*.wav' -o -name '*.dat' \) -print -delete
find . -depth -type d \( -name Win32 -o -name x64 \) -exec rm -rv {} \;