mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-07-15 08:34:40 +00:00
Add library SDL2
This commit is contained in:
parent
33a0579735
commit
674133ac86
767 changed files with 295058 additions and 10 deletions
5
Engine/lib/sdl/VisualC/clean.sh
Normal file
5
Engine/lib/sdl/VisualC/clean.sh
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
find . -type d -name 'Debug' -exec rm -rv {} \;
|
||||
find . -type d -name 'Release' -exec rm -rv {} \;
|
||||
find . -type f -name '*.user' -exec rm -v {} \;
|
||||
find . -type f -name '*.ncb' -exec rm -v {} \;
|
||||
find . -type f -name '*.suo' -exec rm -v {} \;
|
||||
Loading…
Add table
Add a link
Reference in a new issue