Re: [bitpim-cvs-checkins] SF.net SVN: bitpim: [3322]tr unk/bitpim/src
"Roger Binns" <[email protected]>
| Newsgroups | gmane.comp.mobile.bitpim.devel |
|---|---|
| Message-ID | <008d01c685f7$cda903e0$3501a8c0@rogersqyvr14d3> |
> I had thought 'bout the Linux & Mac platforms, but I figure the worst case > is that BitPim would pickup files that may not have been intended for the build. No, the build wouldn't run. For example the code may reference 'foo.png' but it is stored as 'foo.PNG' on the filesystem. Windows will run fine, but on Linux the file won't be packaged or found at run time. > We'd just need to keep those extensions in lower case. I agree. But the SVN change is unnecessary and it will make the Windows build unexpectedly work while case sensitive platforms won't. Our build/ release tool shouldn't make the platforms be gratiously different and hence harder to troubleshoot. Roger