diff old/simple_render/Makefile @ 1052:a0ea7d9b6faf draft

Makefile utf-8
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Fri, 10 Dec 2010 23:09:12 +0900
parents 3bc98f6d31ff
children
line wrap: on
line diff
--- a/old/simple_render/Makefile	Thu Dec 09 22:30:32 2010 +0900
+++ b/old/simple_render/Makefile	Fri Dec 10 23:09:12 2010 +0900
@@ -1,7 +1,7 @@
 TARGET = test_nogl
 
 SRCS_TMP = $(wildcard *.cpp)
-SRCS_EXCLUDE = fb.cpp # ½ü³°
+SRCS_EXCLUDE = fb.cpp # 除外
 SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP))
 OBJS = $(SRCS:.cpp=.o)