mirror of https://github.com/PCSX2/pcsx2.git
Adjust ZeroSPU2's file structure a bit, so it isn't so cluttered.
git-svn-id: http://pcsx2-playground.googlecode.com/svn/trunk@498 a6443dda-0b58-4228-96e9-037be469359c
This commit is contained in:
parent
a7d3fee8ce
commit
5c121d632b
|
@ -26,6 +26,6 @@ libZeroSPU2_LDFLAGS= @SHARED_LDFLAGS@
|
|||
libZeroSPU2_LDFLAGS+=-Wl,-soname,@ZEROSPU2_SONAME@
|
||||
libZeroSPU2_LDADD=$(libZeroSPU2_a_OBJECTS) SoundTouch/libSoundTouch.a
|
||||
|
||||
libZeroSPU2_a_SOURCES = zerospu2.cpp interface.c Linux.cpp support.c
|
||||
libZeroSPU2_a_SOURCES = zerospu2.cpp Linux/interface.c Linux/Linux.cpp Linux/support.c
|
||||
|
||||
SUBDIRS = SoundTouch
|
||||
|
|
Loading…
Reference in New Issue