diff TaskManager/Test/test_render/spe/Makefile @ 161:1f4c3f3238e6 fullHD_omedetou

texture の座標がマイナスになったあと、それを 0 にし忘れてた
author gongo@localhost.localdomain
date Mon, 08 Dec 2008 16:37:02 +0900
parents 6aead32217b7
children f7ad032575ed
line wrap: on
line diff
--- a/TaskManager/Test/test_render/spe/Makefile	Mon Dec 08 10:56:58 2008 +0900
+++ b/TaskManager/Test/test_render/spe/Makefile	Mon Dec 08 16:37:02 2008 +0900
@@ -8,7 +8,7 @@
 OBJS = $(SRCS:.cpp=.o)
 
 CC      = spu-g++
-CFLAGS  = -O9 -g -fno-exceptions -fno-rtti #-DDEBUG
+CFLAGS  = -O9 -Wall -g -fno-exceptions -fno-rtti #-DDEBUG
 INCLUDE = -I$(CERIUM)/include/TaskManager -I. -I..
 LIBS    = -L$(CERIUM)/TaskManager -lspemanager