version(D_Version2)

Alexander Panek alexander.panek at brainsware.org
Wed Mar 12 02:30:19 PDT 2008


Derek Parnell wrote:
> On Wed, 12 Mar 2008 17:56:49 +0900, Bill Baxter wrote:
> 
>> I just resorted to this in something I was doing the other day:
>>
>>  > gcc -C -E -xc file_in.d | sed -e "s/^#/#line/" > file.d
>>  > dmd file.d
> 
> I have no idea what that means. 
> 
> I don't use gcc and I run D in a Windows environment. I use Linux daily at
> the office because that's I develop software for (but not in C/C++) so I
> understand the 'sed' part is, but what's gcc doing?
> 

Preprocessing, probably?



More information about the Digitalmars-d mailing list