[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
> I was thinking of giving out a makefile for this compiler. Actually,
> icc is very compatible with vc. So, there will actually be very few
> changes required to makefile.vc ..
Thats good! Can icc be used to compile the Allegro DLL? How does it compare
with plain MSVC and/or MinGW DLLs?
> 1. ALLEGRO_MSVC: as such, this port is completely compatible with icc.
> So, should there be a separate ALLEGRO_ICC? I don't really think there
> may be a need.
It's a different compiler though, so IMO there should be a seperate define
for it. Especially if we also want to support ICC in Linux, which is
something that has been on my personal wish-list for a while now.
> 2. Should there be a separate makefile.icl or makefile.icc for
> Windows? As such, most things ought to work with makefile.vc except
> for some changes/clean-up ..
Following the above and the logic that it's a different compiler, yes,
there should be a seperate makefile.icc.
> Just let me know about the idea.
I like it! :)
Evert