[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I downloaded the latest snapshot of binutils, compiled it, tried to
> compile the same allegro version with the new executables and got the same
> problems.
>
> The weird thing is that wxWindows examples compiled just fine and they use
> windres.
Could you try to remove the lines starting with '//'?
> Well, it isn't that a hard thing to do. Just run vcvars32.bat and then
> iccvars.bat. Next you'll need to modify makefile.vc replacing every call
> to "cl" to "icl" and every call to "link" to "xilink". Optionally, before
> make, MSVCDIR could be set to the path of Intel C++ and a few extra CFLAGS
> could also be added.
Could you post a working makefile.icc, by simply copying makefile.vc and
applying these changes?
--
Eric Botcazou