On 4:41:25 am 2005-06-29 "Paul D. Smith" <[EMAIL PROTECTED]> wrote:
> OK, please try replacing that text (in main.c) with this:
>
>   #ifdef WINDOWS32
>         if (program == 0)
>           {
>             /* Extract program from full path */
>             int argv0_len;
>             program = strrchr (argv[0], '\\');
>             if (program)
>               {
>                 argv0_len = strlen(program);
>                 if (argv0_len > 4 && streq (&program[argv0_len - 4],
> ".exe"))                   /* Remove .exe extension */
>                   p[argv0_len - 4] = '\0';

                    ^ s/p/program/

>               }
>           }
>   #endif
>
> and see if that helps (using the diff -w).
>

I used the dos2unix method on the .log files.  Now we have 42 Tests in 24
Categories failed.  Sending Paul the tests/work.

Earnie



_______________________________________________
Make-w32 mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/make-w32

Reply via email to