diff options
author | Max Horn | 2009-02-15 08:11:58 +0000 |
---|---|---|
committer | Max Horn | 2009-02-15 08:11:58 +0000 |
commit | 75f4c44fd0644e10ceb556b2fbeaa7737d521a85 (patch) | |
tree | f7f4da025114c4fd6e03a20ee39e163e8310e566 /engines/sci/sfx/softseq | |
parent | 79f7b51c1630b77d95bcf6e46f06cfd85f8e5b3d (diff) | |
download | scummvm-rg350-75f4c44fd0644e10ceb556b2fbeaa7737d521a85.tar.gz scummvm-rg350-75f4c44fd0644e10ceb556b2fbeaa7737d521a85.tar.bz2 scummvm-rg350-75f4c44fd0644e10ceb556b2fbeaa7737d521a85.zip |
Removing various unused files (backups remain in vendor/sci/, of course)
svn-id: r38197
Diffstat (limited to 'engines/sci/sfx/softseq')
-rw-r--r-- | engines/sci/sfx/softseq/Makefile.am | 5 | ||||
-rw-r--r-- | engines/sci/sfx/softseq/mt32/Makefile.am | 5 |
2 files changed, 0 insertions, 10 deletions
diff --git a/engines/sci/sfx/softseq/Makefile.am b/engines/sci/sfx/softseq/Makefile.am deleted file mode 100644 index af7f8ca2c9..0000000000 --- a/engines/sci/sfx/softseq/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -noinst_LIBRARIES = libscisoftseq.a -INCLUDES = -I$(top_srcdir)/src/include @EXTRA_INCLUDES@ -libscisoftseq_a_SOURCES = softsequencers.c pcspeaker.c SN76496.c fmopl.c opl2.c amiga.c \ - fluidsynth.c -EXTRA_DIST = fmopl.h diff --git a/engines/sci/sfx/softseq/mt32/Makefile.am b/engines/sci/sfx/softseq/mt32/Makefile.am deleted file mode 100644 index 5d2ffa31c8..0000000000 --- a/engines/sci/sfx/softseq/mt32/Makefile.am +++ /dev/null @@ -1,5 +0,0 @@ -noinst_HEADERS = freeverb.h mt32emu.h part.h partialManager.h synth.h \ -i386.h mt32_file.h partial.h structures.h tables.h -noinst_LIBRARIES = libmt32emu.a -libmt32emu_a_SOURCES = freeverb.cpp mt32_file.cpp partial.cpp synth.cpp \ -i386.cpp part.cpp partialManager.cpp tables.cpp |