changeset 38:babf9a330418

*** empty log message ***
author gongo
date Wed, 13 Feb 2008 10:29:00 +0900
parents cd0b54a564a9
children b6858e9fe2b4
files TaskManager/Makefile.def TaskManager/Test/simple_render/Makefile TaskManager/Test/simple_render/viewer.cpp
diffstat 3 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- 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
--- 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
--- 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);
+	
 
 	/////////////////////