[Scummvm-devel] [Scummvm-cvs-logs] SF.net SVN: scummvm:[42287] scummvm/trunk
Max Horn
max at quendi.de
Thu Jul 9 17:23:24 CEST 2009
Am 09.07.2009 um 17:18 schrieb Pawel Kolodziejski:
>
> On 2009-07-09, at 17:04, Max Horn wrote:
>
>>
>> Am 09.07.2009 um 15:17 schrieb thebluegr at users.sourceforge.net:
>>
>>> Revision: 42287
>>> http://scummvm.svn.sourceforge.net/scummvm/?
>>> rev=42287&view=rev
>>> Author: thebluegr
>>> Date: 2009-07-09 13:17:46 +0000 (Thu, 09 Jul 2009)
>>>
>>> Log Message:
>>> -----------
>>> Renamed sound/iff.* to sound/iff_sound.* to fix an issue with the
>>> upcoming changes to the MSVC project files (sound/iff.* produces
>>> iff.obj, which clashes with iff.obj from graphics/iff.*)
>>
>> Is that *really* necessary? I.e., is MSVC not able to handle multiple
>> source files with the same name in a single project in the year
>> 2009 ?
>> Other compilers / deve environments could cope with that 15 years
>> ago... Surely MSVC can do it now?
>
> It supports, it rename internally files.
> However it's not beautiful.
> Really gcc can output two the same filenames in the same dir ?
Of course neither GCC nor any other program can store two files with
the same name in the same dir. But here we are talking about files
with the same name in *different* dirs...
Max
More information about the Scummvm-devel
mailing list