diff example/basic/Makefile.macosx @ 1240:cdd04411b8a4 draft

did'nt moved
author Daichi Toma <amothic@gmail.com>
date Wed, 26 Oct 2011 09:16:18 +0900
parents a0ea7d9b6faf
children
line wrap: on
line diff
--- a/example/basic/Makefile.macosx	Fri Oct 21 19:25:41 2011 +0900
+++ b/example/basic/Makefile.macosx	Wed Oct 26 09:16:18 2011 +0900
@@ -4,6 +4,7 @@
 SRCS_EXCLUDE =  # 除外するファイルを書く
 SRCS = $(filter-out $(SRCS_EXCLUDE),$(SRCS_TMP))
 OBJS = $(SRCS:.cc=.o)
+ABIBIT=64
 
 TASK_DIR  = ppe
 TASK_SRCS_TMP = $(wildcard $(TASK_DIR)/*.cc)