[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] on Mega ST



On 08/21/11 11:34, Helmut Karlowski wrote:
> Am 21.08.2011, 12:04 Uhr, schrieb Helmut Karlowski
> <helmut.karlowski@ish.de>:
>
>>> - MiNT did not find the C:\MINT folder
>>
>> That's true, should be fixed. It only tries <sysdir>/mint.cnf.
>> Additionally it could try <sysdir>../mint.cnf. Would that be ok?
>
> Actually the code that would use C:\MINT is commented:
>
>   /*
>    * Initialize sysdir
>    *
>    * from 1.16 we ignore any multitos folder
>    * from 1.16 we default to \mint
>    * from 1.16 we search for \mint\<MINT_VERSION>
>    *           for example "\\mint\\1-16-0"   for 1.16.0 version
>    *                    or "\\mint\\1-16-cur" for cvs-current of 1.16
> line
>    */
>   if (TRAP_Dsetpath("\\mint\\" MINT_VERS_PATH_STRING) == 0)
>     strcpy(sysdir, "\\mint\\" MINT_VERS_PATH_STRING "\\");
> //  else if (TRAP_Dsetpath("\\mint\\") == 0)
> //    strcpy(sysdir, "\\mint\\");
>
> Does anyone know why it was done?
>

I don't know why, but Odd did it on the 13th July 2007.

I'll revert it.

Alan.