[Scummvm-devel] Re: [Scummvm-cvs-logs] CVS: scummvm/backends/midi/mt32 file.cpp, NONE,1.1 file.h,NONE,1.1 i386.cpp,NONE,1.1 i386.h,NONE,1.1 module.mk, NONE,1.1 mt32emu.h,NONE,1.1 part.cpp,NONE,1.1 part.h,NONE, 1.1 partialManager.cpp,NONE,1.1 partialManager.h,NONE,1.1 tables.cpp, NONE,1.1 tables.h,NONE,1.1 partial.cpp,1.4,1.5 partial.h,1.3, 1.4 structures.h,1.4,1.5 synth.cpp,1.17,1.18 synth.h,1.4, 1.5 mt32.cpp,1.5,NONE

Jerome Fisher me at kingguppy.com
Mon Nov 8 23:48:04 CET 2004


Pawel Kolodziejski wrote:

>>Added Files:
>>	file.cpp file.h i386.cpp i386.h module.mk mt32emu.h part.cpp
>>    
>>
>
>For msvc "file.cpp" create output duplication to output File class in
>common dir, so it can not be linked.
>Please change name to diffrent.
>
>Pawel
>  
>
There is a problem with the project file (file.cpp is innocent); you can 
safely remove the entire mt32 directory, since USE_MT32EMU is not 
defined in the CVS project anyway.

If you actually *want* the MT-32 emulator in your build, add USE_MT32EMU 
to the Preprocessor Definitions, and perform the following to fix the 
project file:

1) remove the mt32 folder
2) create the folder again
3) add all the files in backends/midi/mt32 to it (including 
freeverb.cpp, which was previously missing)

Regards,
Jerome




More information about the Scummvm-devel mailing list