[Scummvm-cvs-logs] CVS: scummvm/backends module.mk,1.11,1.12

Eugene Sandulenko sev at users.sourceforge.net
Fri Nov 5 17:48:04 CET 2004


Update of /cvsroot/scummvm/scummvm/backends
In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv27409/backends

Modified Files:
	module.mk 
Log Message:
Major MT-32 emu overhaul based on KingGuppy's code.
 o added configure option
 o mi2 intro doesn't freeze anymore and has no sound glitches
 o missing instruments in many titles are fixed
 o numerous memory overwrite bugs are fixed
 o code is cleaned a lot and splitted into many smaller files
 o mt32.cpp went to backends/midi
 o synced with upstream code
 o reverberation fixed

 * don't complain about File class wrapper :)
 * all custom types are back
 * #pragmas are to do
 * maybe some indentation is wrong too

I prefer smaller commits, but this thing came in one piece.


Index: module.mk
===================================================================
RCS file: /cvsroot/scummvm/scummvm/backends/module.mk,v
retrieving revision 1.11
retrieving revision 1.12
diff -u -d -r1.11 -r1.12
--- module.mk	21 Oct 2004 22:37:30 -0000	1.11
+++ module.mk	6 Nov 2004 01:41:29 -0000	1.12
@@ -13,19 +13,14 @@
 	backends/midi/alsa.o \
 	backends/midi/windows.o \
 	backends/midi/ym2612.o \
-	backends/midi/mt32/mt32.o \
-	backends/midi/mt32/partial.o \
-	backends/midi/mt32/synth.o \
-	backends/midi/mt32/freeverb.o
-
+	backends/midi/mt32.o
 
 MODULE_DIRS += \
 	backends \
 	backends/fs/posix \
 	backends/fs/morphos \
 	backends/fs/windows \
-	backends/midi \
-	backends/midi/mt32
+	backends/midi
 
 # Include common rules 
 include $(srcdir)/common.rules





More information about the Scummvm-git-logs mailing list