[SCM] 2D platformer game starring a quixotic frog branch, master, updated. debian/1.0.3+dfsg1-1

Dmitry E. Oboukhov unera at debian.org
Wed Sep 22 12:33:46 UTC 2010


The following commit has been merged in the master branch:
commit 3fde2f35749eca6de05d71892a6cb925ef4ca571
Author: Dmitry E. Oboukhov <unera at debian.org>
Date:   Wed Sep 22 15:52:57 2010 +0400

    ccache was removed from orig.tgz

diff --git a/Makefile b/Makefile
index c7778f6..b347010 100644
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ wml_schema_test_objects = filesystem.o string_utils.o wml_node.o wml_parser.o wm
 OPT=-O2 -fno-inline-functions
 
 %.o : src/%.cpp
-	ccache g++ -DIMPLEMENT_SAVE_PNG -fno-inline-functions -g $(OPT) `sdl-config --cflags` -I/usr/X11R6/include -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics -c $<
+	g++ -DIMPLEMENT_SAVE_PNG -fno-inline-functions -g $(OPT) `sdl-config --cflags` -I/usr/X11R6/include -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -fthreadsafe-statics -c $<
 
 game: $(objects)
 	g++ -g $(OPT) -L. -L/sw/lib -L/usr/X11R6/lib -L. -lX11 -D_GNU_SOURCE=1 -D_REENTRANT -Wnon-virtual-dtor -Wreturn-type -L/usr/lib `sdl-config --libs` -lSDLmain -lSDL -lGL -lGLU -lGLEW -lSDL_image -lSDL_ttf -lSDL_mixer -lpng -lboost_regex-mt -lboost_system-mt -fthreadsafe-statics $(objects) -o game

-- 
2D platformer game starring a quixotic frog



More information about the Pkg-games-commits mailing list