diff TaskManager/Test/simple_render/Makefile @ 67:7d2874fb0671

*** empty log message ***
author gongo
date Sun, 17 Feb 2008 19:04:29 +0900
parents 54355e641172
children 178459e03f5c
line wrap: on
line diff
--- a/TaskManager/Test/simple_render/Makefile	Sun Feb 17 18:29:08 2008 +0900
+++ b/TaskManager/Test/simple_render/Makefile	Sun Feb 17 19:04:29 2008 +0900
@@ -13,9 +13,9 @@
 
 EXTRA_CFLAGS = `sdl-config --cflags` `xml2-config --cflags`\
 
-LIBS = `sdl-config --libs` -lSDL_image -Wl,-framework,OpenGL \
+LIBS = `sdl-config --libs` -lSDL_image -lGL \
        `xml2-config --libs`\
-       -L../../ -lmanager #-lspe2 -lpthread
+       -L../../ -lmanager -lspe2 -lpthread
 
 .SUFFIXES: .cpp .o
 
@@ -27,6 +27,9 @@
 $(TARGET): $(OBJS) $(TASK_OBJS)
 	$(CC) -o $@ $(OBJS) $(TASK_OBJS) $(LIBS)
 
+link:
+	$(CC) -o $(TARGET) $(OBJS) $(TASK_OBJS) $(LIBS)
+
 clean:
 	rm -f $(TARGET) $(OBJS) $(TASK_OBJS)
 	rm -f *~ \#*