author | Ryan C. Gordon <icculus@icculus.org> |
Fri, 01 May 2015 01:12:48 -0400 | |
changeset 9580 | d37ef6990bf9 |
parent 6250 | cce0ddcf6747 |
child 9736 | 466fe04968c7 |
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 {} \; |