Roar! I thought I comitted this!

remove libresample
This commit is contained in:
Ben Anderson
2006-07-18 23:36:59 +00:00
parent a07e194cf1
commit 78500ad3bf
+1 -2
View File
@@ -771,10 +771,9 @@ cryptopp = [
env = conf.Finish()
SConscript('libresample/SConscript')
env.Append(CPPFLAGS=' -g2', CPPPATH=['.']) # NOPORT debug symbols?
env.Program('stepmania',
Screens + DataStructures + FileTypes + StepMania + Arch +\
ActorsInGameplayAndMenus + ActorsInMenus + ActorsInGameplay + Rage +\
Actors + GlobalSingletons + crypto + cryptopp + [ "libresample/libresample.a" ] )
Actors + GlobalSingletons + crypto + cryptopp )