Message250893
PCbuild/*.vcxproj* should be added to .hgeol to force them to CRLF.
A couple of reasons:
1) They're only used on Windows, where the default (terrible, but always available) editor doesn't understand LF
2) More importantly, the tcl, tk, and tix projects use labels in the NMakeCommandLine script, which can fail confusingly when that script has LF line endings (the error is "The system cannot find the batch label specified - build")
Thanks to Andres Guzman-ballen for bringing this to my attention again. I have also seen this on my Windows 8.1 Non-Debug buildbot, where I worked around it by turning on the hg 'eol' extension so that everything would be converted to CRLF on checkout. |
|
| Date |
User |
Action |
Args |
| 2015-09-17 15:46:15 | zach.ware | set | recipients:
+ zach.ware, paul.moore, tim.golden, steve.dower |
| 2015-09-17 15:46:15 | zach.ware | set | messageid: <1442504775.33.0.605516301888.issue25153@psf.upfronthosting.co.za> |
| 2015-09-17 15:46:15 | zach.ware | link | issue25153 messages |
| 2015-09-17 15:46:14 | zach.ware | create | |
|