Re: [AD] build process overhaul |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
On 2005-12-28, Chris <chris.kcat@xxxxxxxxxx> wrote:
> On Tuesday 27 December 2005 15:47, Peter Wang wrote:
> > One reason could be line endings. If you have one Allegro working
> > directory shared between Windows and Linux then a plugins.h generated
> > under Windows could have line endings that gcc on Linux doesn't like.
>
> I've never seen GCC or MSVC have problems with different line endings. I can
> use GCC in Linux using DOS-style line endings and it compiles without
> problems,
I have seen the preprocessor choke on DOS-style line endings in the
past, but I don't have a test case.
> and I can use GCC in Windows using Unix-style line endings without
> problems. AFAIK, MSVC doesn't have any problems using Unix-style line endings
> either.
Yes, Unix-style line endings on Windows is not really a problem.
Peter