From f0cf6dfb3518fc051fd40bd18ae46b11a4ae7e53 Mon Sep 17 00:00:00 2001 From: Glenn Maynard Date: Wed, 26 May 2004 15:29:47 +0000 Subject: [PATCH] remove some more binaries --- stepmania/Utils/make-src-archive.sh | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/stepmania/Utils/make-src-archive.sh b/stepmania/Utils/make-src-archive.sh index 46f7aec3cc..3e56be6af5 100755 --- a/stepmania/Utils/make-src-archive.sh +++ b/stepmania/Utils/make-src-archive.sh @@ -52,11 +52,15 @@ rm -rf sdl_xbox_includes rm -rf SDL_net-1.2.5 rm -rf SDLx-0.02.rar +cd .. + find -type d -name 'CVS' | xargs rm -rf find -type f -name '*.lib' | xargs rm -rf +find -type f -name '*.exe' | xargs rm -rf +find -type f -name '*.a' | xargs rm -rf +find -type f -name '*.o' | xargs rm -rf -cd ../.. -rm -f Utils/*.exe +cd .. rm -rf Utils/Font\ generation/ echo Archiving...