just some small script updates

This commit is contained in:
AJ Kelly
2012-04-01 13:42:57 -05:00
parent 326f8ba076
commit e3f4e9c4c6
5 changed files with 7 additions and 12 deletions
+1 -3
View File
@@ -142,7 +142,6 @@ sub ZipFiles($$@)
chdir $CWD || die "chdir($CWD): $!";
}
my @files = (
"BackgroundEffects",
"BackgroundTransitions",
@@ -161,6 +160,7 @@ my @files = (
"NoteSkins/dance/midi-note-3d",
"NoteSkins/dance/midi-solo",
"NoteSkins/dance/midi-vivid",
"NoteSkins/dance/midi-vivid-3d",
"NoteSkins/dance/midi-routine-p1",
"NoteSkins/dance/midi-routine-p2",
## retro/retrobar
@@ -192,10 +192,8 @@ my @files = (
"NoteSkins/kb7/retrobar-razor_o2",
# themes
"Themes/_fallback",
"Themes/_portKit-sm4",
"Themes/default",
"Scripts"
);
ZipFiles( ".", "GameData", \@files );
-1
View File
@@ -22,4 +22,3 @@ VER=`echo "$VER" | sed -e 's/beta /beta/'`
VER=`echo "$VER" | sed -e 's/ /-/g'`
PRODUCTVER="$PRODUCT-$VER"
+3 -6
View File
@@ -21,7 +21,7 @@ usage () {
echo ' (do not copy binaries).'
echo ' -d, --data generate GameData.smzip.'
echo ' -r, --rebuild rebuild StepMania (soft).'
echo ' -f, --ffmpeg build with ffmpeg 0.10.2.'
echo ' -f, --ffmpeg build with ffmpeg 0.10.2.'
echo ' -j#, --jobs=# pass -j# to make.'
echo ' -h, --help print this help and exit.'
echo ' -v, --verbose increase verbosity (up to 2).'
@@ -113,8 +113,8 @@ call () {
version () {
echo 'build.sh (StepMania) 2.64'
echo 'Copyright (C) 2006-2009 Steve Checkoway'
echo 'StepMania is Copyright (C) 2001-2011 Chris Danford et al.'
echo 'sm-ssc is Copyright (C) 2009-2011 the spinal shark collective'
echo 'StepMania is Copyright (C) 2001-2012 Chris Danford et al.'
echo 'sm-ssc is Copyright (C) 2009-2012 the spinal shark collective'
exit 0
}
@@ -195,7 +195,6 @@ if [ ! -f stepmania -o ! -f GtkModule.so ] || [ -n "$s_rebuild" ]; then
success
fi
# (c) 2006-2009 Steve Checkoway
# All rights reserved.
#
@@ -218,5 +217,3 @@ fi
# OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR
# OTHER TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR
# PERFORMANCE OF THIS SOFTWARE.
+1 -1
View File
@@ -3,7 +3,7 @@
#---------------------------------------------------------------------------
# Project related configuration options
#---------------------------------------------------------------------------
PROJECT_NAME = sm-ssc
PROJECT_NAME = StepMania 5
PROJECT_NUMBER =
OUTPUT_DIRECTORY = temp
CREATE_SUBDIRS = YES
+2 -1
View File
@@ -39,7 +39,7 @@ rm -rf smlobby
# *nix source archives.
#rm -rf mad-0.15.0b
rm -rf lua-5.0
rm -rf lua-5.1
rm -rf vorbis
rm -rf BaseClasses
rm -rf ddk
@@ -53,6 +53,7 @@ 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
find . -type f -name '.hg*' | xargs rm -rf
cd ..
#rm -rf Utils/Font\ generation/