Roar! I thought I comitted this!
remove libresample
This commit is contained in:
@@ -771,10 +771,9 @@ cryptopp = [
|
|||||||
|
|
||||||
env = conf.Finish()
|
env = conf.Finish()
|
||||||
|
|
||||||
SConscript('libresample/SConscript')
|
|
||||||
env.Append(CPPFLAGS=' -g2', CPPPATH=['.']) # NOPORT debug symbols?
|
env.Append(CPPFLAGS=' -g2', CPPPATH=['.']) # NOPORT debug symbols?
|
||||||
env.Program('stepmania',
|
env.Program('stepmania',
|
||||||
Screens + DataStructures + FileTypes + StepMania + Arch +\
|
Screens + DataStructures + FileTypes + StepMania + Arch +\
|
||||||
ActorsInGameplayAndMenus + ActorsInMenus + ActorsInGameplay + Rage +\
|
ActorsInGameplayAndMenus + ActorsInMenus + ActorsInGameplay + Rage +\
|
||||||
Actors + GlobalSingletons + crypto + cryptopp + [ "libresample/libresample.a" ] )
|
Actors + GlobalSingletons + crypto + cryptopp )
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user