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 62179db61ed8a2f7cbbe8bbd0a26eb59000da4e4 Author: [email protected] <[email protected]@e65d2741-a53d-b2dc-ae96-bb75fa5e4c4a> Date: Thu Sep 11 23:57:01 2014 +0000 Don't build QVMs by default --- SP/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/SP/Makefile b/SP/Makefile index c4ee463..4896b0a 100644 --- a/SP/Makefile +++ b/SP/Makefile @@ -30,7 +30,7 @@ ifndef BUILD_GAME_SO BUILD_GAME_SO = endif ifndef BUILD_GAME_QVM - BUILD_GAME_QVM = + BUILD_GAME_QVM = 0 endif ifndef BUILD_BASEGAME BUILD_BASEGAME = -- 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

