Re: [AD] renaming of ASM files in Allegro 4.2 branch |
[ Thread Index |
Date Index
| More lists.liballeg.org/allegro-developers Archives
]
- To: Coordination of admins/developers of the game programming library Allegro <alleg-developers@xxxxxxxxxx>
- Subject: Re: [AD] renaming of ASM files in Allegro 4.2 branch
- From: Evert Glebbeek <eglebbk@xxxxxxxxxx>
- Date: Mon, 17 Nov 2008 09:45:47 -0500
On 17 Nov 2008, at 08:49, Peter Wang wrote:
Maybe they will be revived for the djgpp port? Probably best to leave
them.
Hadn't thought of that. Are they still used by the DJGPP port?
Anyway, I wasn't really going to suggest deleting them (hey, it's
more work than just leaving them alone), just saying that I see
removal as a likely fate for them.
Renaming .s to .S is okay but we still better not rely on the correct
case as on case insensitive file systems unzip programs may not
respect
the case.
That's actually a good point, though I guess the only platform where
we need to worry about this is DOS, which converts all filenames to
uppercase.
I do remember fun times with C source files being called .C and being
passed to the compiler that way, with hilarious results. Good times...
Evert