Re: [hlcoders] New Makefile problems.

2008-06-16 Thread John
Ok fixed it, you have to run dos2unix on all the makefiles before you use them thanks go to Ronny Schedel for finding this out. On Sat, Jun 14, 2008 at 3:09 PM, John [EMAIL PROTECTED] wrote: I've been trying to use the makefiles with the new orange box stuff, it appears all the line spacing is

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Ronny Schedel
Do it twice on each makefile to get rid of all DOS line breaks. Ok fixed it, you have to run dos2unix on all the makefiles before you use them thanks go to Ronny Schedel for finding this out. On Sat, Jun 14, 2008 at 3:09 PM, John [EMAIL PROTECTED] wrote: I've been trying to use the

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Mike Durand
: Monday, June 16, 2008 7:46 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] New Makefile problems. Ok fixed it, you have to run dos2unix on all the makefiles before you use them thanks go to Ronny Schedel for finding this out. On Sat, Jun 14, 2008 at 3:09 PM, John [EMAIL PROTECTED

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Ronny Schedel
] On Behalf Of John Sent: Monday, June 16, 2008 7:46 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] New Makefile problems. Ok fixed it, you have to run dos2unix on all the makefiles before you use them thanks go to Ronny Schedel for finding this out. On Sat, Jun 14, 2008 at 3:09

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Tony omega Sergi
Subject: Re: [hlcoders] New Makefile problems. Ok fixed it, you have to run dos2unix on all the makefiles before you use them thanks go to Ronny Schedel for finding this out. On Sat, Jun 14, 2008 at 3:09 PM, John [EMAIL PROTECTED] wrote: I've been trying to use the makefiles with the new orange

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Jeffrey botman Broome
Mike Durand wrote: Are you guys finding this necessary on the makefiles that were included in last week's beta? I did all of the editing/saving of those on my Linux box so I'm surprised that this is a problem. If files were FTPed from a Windoze box to a Linux box, the FTP app would introduce

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Louka Outrebon
PROTECTED] On Behalf Of John Sent: Monday, June 16, 2008 7:46 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] New Makefile problems. Ok fixed it, you have to run dos2unix on all the makefiles before you use them thanks go to Ronny Schedel for finding this out. On Sat

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Ronny Schedel
Linux box so I'm surprised that this is a problem. -Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Sent: Monday, June 16, 2008 7:46 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] New Makefile problems. Ok

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Tom Edwards
so I'm surprised that this is a problem. -Mike -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Sent: Monday, June 16, 2008 7:46 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] New Makefile problems. Ok fixed it, you have

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread John
To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] New Makefile problems. Ok fixed it, you have to run dos2unix on all the makefiles before you use them thanks go to Ronny Schedel for finding this out. On Sat, Jun 14, 2008 at 3:09 PM, John [EMAIL PROTECTED] wrote: I've been

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Tom Leighton
] On Behalf Of John Sent: Monday, June 16, 2008 7:46 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] New Makefile problems. Ok fixed it, you have to run dos2unix on all the makefiles before you use them thanks go to Ronny Schedel for finding this out. On Sat, Jun 14, 2008 at 3

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Ronny Schedel
- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] On Behalf Of John Sent: Monday, June 16, 2008 7:46 AM To: hlcoders@list.valvesoftware.com Subject: Re: [hlcoders] New Makefile problems. Ok fixed it, you have to run dos2unix on all the makefiles before you use them thanks go to Ronny Schedel

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Ondřej Hošek
Let me and my trusty hex editor (shameless plug: XVI32 -- I like it even though it's written in Pascal) shed some light on this issue. I extracted the Makefiles from sourcesdk.gcf using GCFScape, which I'm pretty sure doesn't transform line endings in the slightest. The hex dump of the files

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Ondřej Hošek
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

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Tom Leighton
You know what we meant :P Ondřej Hošek wrote: 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