author | Ryan C. Gordon <icculus@icculus.org> |
Sat, 13 Dec 2014 02:33:52 -0500 | |
changeset 9276 | 2b9bf6b04595 |
parent 6250 | cce0ddcf6747 |
permissions | -rwxr-xr-x |
6250
cce0ddcf6747
Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
1 |
find . -type d -name 'Debug' -exec rm -rv {} \; |
cce0ddcf6747
Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
2 |
find . -type d -name 'Release' -exec rm -rv {} \; |
cce0ddcf6747
Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
3 |
find . -type f -name '*.user' -exec rm -v {} \; |
cce0ddcf6747
Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
4 |
find . -type f -name '*.ncb' -exec rm -v {} \; |
cce0ddcf6747
Updated to SDL 2.0, and SDL 2.0 can now be installed coexisting with SDL 1.2
Sam Lantinga <slouken@libsdl.org>
parents:
diff
changeset
|
5 |
find . -type f -name '*.suo' -exec rm -v {} \; |