mirror of
https://github.com/elasota/Aerofoil.git
synced 2025-09-24 07:06:36 +00:00
Add SDL2 sources
This commit is contained in:
4
SDL2-2.0.12/VisualC/clean.sh
Normal file
4
SDL2-2.0.12/VisualC/clean.sh
Normal file
@@ -0,0 +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 . -depth -type d \( -name Win32 -o -name x64 \) -exec rm -rv {} \;
|
Reference in New Issue
Block a user