On Thu, 2010-11-18 at 09:29 -0800, jmalcolm wrote: > 1) Windows is not case sensitive but both Linux and Mac are. If you have > not been careful, you will need to fix any case mismatches as part of your > port.
The default Mac OSX filesystem (HFS+) is case-insensitive and case preserving, much like NTFS. You can choose case-sensitive file systems (much as you can make NTFS case-sensitive via a registry change), but you need to go out of your way to do so. - Jon _______________________________________________ Mono-list maillist - [email protected] http://lists.ximian.com/mailman/listinfo/mono-list
