From d5c33850b3cef417384e8648518e95b6c04b849c Mon Sep 17 00:00:00 2001 From: Vegard Storheil Eriksen Date: Tue, 9 Feb 2010 19:49:35 +0100 Subject: Replaced GLUT with SDL. --- SConstruct | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'SConstruct') diff --git a/SConstruct b/SConstruct index aa8e2a2..f26ad92 100644 --- a/SConstruct +++ b/SConstruct @@ -2,7 +2,7 @@ env = Environment( CPPFLAGS = '-m32', LINKFLAGS = '-m32', LIBS = ['ARgsub_lite', 'ARvideo', 'AR', 'png'], - FRAMEWORKS = ['GLUT', 'OpenGL', 'QuickTime', 'Carbon', 'AppKit'], + FRAMEWORKS = ['SDL', 'Cocoa', 'OpenGL', 'QuickTime', 'Carbon', 'AppKit'], ) -env.Program('foo', ['foo.cpp', 'texture.cpp', 'texturepng.cpp']) +env.Program('foo', ['foo.cpp', 'SDLMain.m', 'texture.cpp', 'texturepng.cpp']) -- cgit v1.2.3