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 0

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

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 di

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Ronny Schedel
e 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. >>>> >>>> -Mike >>>> >>>

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Tom Leighton
t; 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 >>>

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread John
gt;> > >> -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.

2008-06-16 Thread Tom Edwards
s beta? I did all of the editing/saving of those on my >> 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: Mond

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Ronny Schedel
; > >> > -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. >>

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Louka Outrebon
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: [hlcoder

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 introduc

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Tony "omega" Sergi
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

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Ronny Schedel
rom: [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 t

Re: [hlcoders] New Makefile problems.

2008-06-16 Thread Mike Durand
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 PM, John <[EM

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 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

[hlcoders] New Makefile problems.

2008-06-14 Thread John
I've been trying to use the makefiles with the new orange box stuff, it appears all the line spacing is broken I've tried to correct most of it but only got so far. Other people from the IRC channel #hlcoders have had the same problem as me. Could someone from Valve upload the makefiles (not taken