removed SpinDoctor, oops

This commit is contained in:
James Turk 2005-11-23 19:38:51 +00:00
parent e0ceb50565
commit 6ab43b80d9

View File

@ -5,7 +5,7 @@
# James Turk (jpt2433@rit.edu)
#
# Version:
# $Id: SConstruct,v 1.26 2005/11/19 05:30:53 cozman Exp $
# $Id: SConstruct,v 1.27 2005/11/23 19:38:51 cozman Exp $
import os,os.path
import glob
@ -111,9 +111,5 @@ for test_src in test_srcs:
LIBS=['photon','glfw',OAL_LIB,OGL_LIB,GLU_LIB,
'physfs','corona','freetype']))
env.Program('SpinDoctor', source='test/SpinDoctor.cpp', LIBPATH='./lib',
LIBS=['photon','glfw',OAL_LIB,OGL_LIB,GLU_LIB,'physfs','corona',
'freetype'])
env.Alias('tests',tests)