# HG changeset patch # User gongo # Date 1202866140 -32400 # Node ID babf9a3304188c63a52587b1dcd67507d9944609 # Parent cd0b54a564a9b79af9d7f7adf25f6621bd131465 *** empty log message *** diff -r cd0b54a564a9 -r babf9a330418 TaskManager/Makefile.def --- a/TaskManager/Makefile.def Tue Feb 12 19:43:34 2008 +0900 +++ b/TaskManager/Makefile.def Wed Feb 13 10:29:00 2008 +0900 @@ -20,7 +20,7 @@ IMPL_CELL_OBJS = $(IMPL_CELL_SRCS:.cpp=.o) CC = g++ -CFLAGS = -Wall -g -D_PPE_DEBUG# -DDEBUG +CFLAGS = -O9 -Wall -g -D_PPE_DEBUG# -DDEBUG LIBS = INCLUDE = -I../include/TaskManager \ No newline at end of file diff -r cd0b54a564a9 -r babf9a330418 TaskManager/Test/simple_render/Makefile --- a/TaskManager/Test/simple_render/Makefile Tue Feb 12 19:43:34 2008 +0900 +++ b/TaskManager/Test/simple_render/Makefile Wed Feb 13 10:29:00 2008 +0900 @@ -1,5 +1,5 @@ CC = g++ -CFLAGS = -g -Wall `sdl-config --cflags` `xml2-config --cflags`\ +CFLAGS = -O9 -g -Wall `sdl-config --cflags` `xml2-config --cflags`\ -I../../../include/TaskManager -I. LIBS = `sdl-config --libs` -lSDL_image -Wl,-framework,OpenGL `xml2-config --libs`\ -L../../ -lmanager diff -r cd0b54a564a9 -r babf9a330418 TaskManager/Test/simple_render/viewer.cpp --- a/TaskManager/Test/simple_render/viewer.cpp Tue Feb 12 19:43:34 2008 +0900 +++ b/TaskManager/Test/simple_render/viewer.cpp Wed Feb 13 10:29:00 2008 +0900 @@ -442,8 +442,8 @@ //SDL_FillRect(screen, NULL, background); SDL_BlitSurface(bitmap, NULL, screen, NULL); - //SDL_UpdateRect(screen, 0, 0, 0, 0); - + SDL_UpdateRect(screen, 0, 0, 0, 0); + /////////////////////