Both wrong. DOS endings are CRLF, i.e. "13, 10" or "0x0A 0x0D". 0x13 is Device Control 3 and 0x10 is Data Link Escape.
But we're splitting hairs here... ~~ Ondra On 16.06.08 20:29 Uhr, Tom Leighton wrote: > DOS Endings are 0x13 0x10 not 0x10 0x13 > > If the latter is what is in those files then thats probably what is > screwing notepad++ up ;) > > Tom Edwards wrote: > >> I don't know whether this is relevant or not, but Notepad++ reports that >> the files are in /Mac/ format! >> >> Ronny Schedel wrote: >> >> >>> The current makefiles have double DOS endline characters in it (0x10, 0x13, >>> 0x10, 0x13). On Debian it leads to non working makefiles. I don't remember >>> the correct error message, but it was completly different from the real >>> problem. If you have only one DOS endline (0x10, 0x13) then there is no >>> problem. >>> _______________________________________________ To unsubscribe, edit your list preferences, or view the list archives, please visit: http://list.valvesoftware.com/mailman/listinfo/hlcoders

