This is an automated email from the git hooks/post-receive script. smcv pushed a commit to annotated tag 1.42d in repository iortcw.
commit 85a8f78f108a077d0b1d8ee8794274589a4f97db Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Tue Jan 14 02:43:05 2014 +0000 SP: Update the mac build scripts with new naming convention --- SP/make-macosx-ub.sh | 18 +++++++++--------- SP/make-macosx_xcode3.sh | 6 +++--- SP/make-macosx_xcode4.sh | 6 +++--- SP/make-macosx_xcode5.sh | 6 +++--- 4 files changed, 18 insertions(+), 18 deletions(-) diff --git a/SP/make-macosx-ub.sh b/SP/make-macosx-ub.sh index 60ed909..47be405 100755 --- a/SP/make-macosx-ub.sh +++ b/SP/make-macosx-ub.sh @@ -13,15 +13,15 @@ BIN_OBJ=" build/release-darwin-ppc/iowolfsp.ppc " BASE_OBJ=" - build/release-darwin-x86_64/$BASEDIR/cgamex86_64.dylib - build/release-darwin-x86/$BASEDIR/cgamei386.dylib - build/release-darwin-ppc/$BASEDIR/cgameppc.dylib - build/release-darwin-x86_64/$BASEDIR/uix86_64.dylib - build/release-darwin-x86/$BASEDIR/uii386.dylib - build/release-darwin-ppc/$BASEDIR/uippc.dylib - build/release-darwin-x86_64/$BASEDIR/qagamex86_64.dylib - build/release-darwin-x86/$BASEDIR/qagamei386.dylib - build/release-darwin-ppc/$BASEDIR/qagameppc.dylib + build/release-darwin-x86_64/$BASEDIR/cgame.sp.x86_64.dylib + build/release-darwin-x86/$BASEDIR/cgame.sp.i386.dylib + build/release-darwin-ppc/$BASEDIR/cgame.sp.ppc.dylib + build/release-darwin-x86_64/$BASEDIR/ui.sp.x86_64.dylib + build/release-darwin-x86/$BASEDIR/ui.sp.i386.dylib + build/release-darwin-ppc/$BASEDIR/ui.sp.ppc.dylib + build/release-darwin-x86_64/$BASEDIR/qagame.sp.x86_64.dylib + build/release-darwin-x86/$BASEDIR/qagame.sp.i386.dylib + build/release-darwin-ppc/$BASEDIR/qagame.sp.ppc.dylib " RENDER_OBJ=" build/release-darwin-x86_64/renderer_sp_opengl1_x86_64.dylib diff --git a/SP/make-macosx_xcode3.sh b/SP/make-macosx_xcode3.sh index f9eb73c..abd7fd5 100755 --- a/SP/make-macosx_xcode3.sh +++ b/SP/make-macosx_xcode3.sh @@ -40,9 +40,9 @@ BIN_OBJ=" build/release-darwin-${BUILDARCH}/iowolfsp.${BUILDARCH} " BASE_OBJ=" - build/release-darwin-${BUILDARCH}/$BASEDIR/cgame${ARCH}.dylib - build/release-darwin-${BUILDARCH}/$BASEDIR/ui${ARCH}.dylib - build/release-darwin-${BUILDARCH}/$BASEDIR/qagame${ARCH}.dylib + build/release-darwin-${BUILDARCH}/$BASEDIR/cgame.sp.${ARCH}.dylib + build/release-darwin-${BUILDARCH}/$BASEDIR/ui.sp.${ARCH}.dylib + build/release-darwin-${BUILDARCH}/$BASEDIR/qagame.sp.${ARCH}.dylib " RENDER_OBJ=" build/release-darwin-${BUILDARCH}/renderer_sp_opengl1_${ARCH}.dylib diff --git a/SP/make-macosx_xcode4.sh b/SP/make-macosx_xcode4.sh index 6f9577c..73991c5 100755 --- a/SP/make-macosx_xcode4.sh +++ b/SP/make-macosx_xcode4.sh @@ -37,9 +37,9 @@ BIN_OBJ=" build/release-darwin-${BUILDARCH}/iowolfsp.${BUILDARCH} " BASE_OBJ=" - build/release-darwin-${BUILDARCH}/$BASEDIR/cgame${ARCH}.dylib - build/release-darwin-${BUILDARCH}/$BASEDIR/ui${ARCH}.dylib - build/release-darwin-${BUILDARCH}/$BASEDIR/qagame${ARCH}.dylib + build/release-darwin-${BUILDARCH}/$BASEDIR/cgame.sp.${ARCH}.dylib + build/release-darwin-${BUILDARCH}/$BASEDIR/ui.sp.${ARCH}.dylib + build/release-darwin-${BUILDARCH}/$BASEDIR/qagame.sp.${ARCH}.dylib " RENDER_OBJ=" build/release-darwin-${BUILDARCH}/renderer_sp_opengl1_${ARCH}.dylib diff --git a/SP/make-macosx_xcode5.sh b/SP/make-macosx_xcode5.sh index e9668e3..006604c 100755 --- a/SP/make-macosx_xcode5.sh +++ b/SP/make-macosx_xcode5.sh @@ -37,9 +37,9 @@ BIN_OBJ=" build/release-darwin-${BUILDARCH}/iowolfsp.${BUILDARCH} " BASE_OBJ=" - build/release-darwin-${BUILDARCH}/$BASEDIR/cgame${ARCH}.dylib - build/release-darwin-${BUILDARCH}/$BASEDIR/ui${ARCH}.dylib - build/release-darwin-${BUILDARCH}/$BASEDIR/qagame${ARCH}.dylib + build/release-darwin-${BUILDARCH}/$BASEDIR/cgame.sp.${ARCH}.dylib + build/release-darwin-${BUILDARCH}/$BASEDIR/ui.sp.${ARCH}.dylib + build/release-darwin-${BUILDARCH}/$BASEDIR/qagame.sp.${ARCH}.dylib " RENDER_OBJ=" build/release-darwin-${BUILDARCH}/renderer_sp_opengl1_${ARCH}.dylib -- Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-games/iortcw.git _______________________________________________ Pkg-games-commits mailing list [email protected] http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-games-commits

