[distcc] Re: distcc and cl.exe (MS Visual compiler)

Frederic Paolucci fpaolucci at call.fr
Mon Jun 14 10:00:30 GMT 2004


I don't know why, but my attachements were removed when posting my
message... Then here's a dump of my attachements:


file.c
------
int main(void)
{
    return 0;
}


precompiled.c
-------------
#line 1 "file.c"
int main(void)
{
    return 0;
}


distcc_6c937102.i
-----------------
-E file.c

e:\videotel\root>tmcc -E file.c
#line 1 "file.c"
int main(void)
{
    return 0;
}


Frédéric Paolucci




More information about the distcc mailing list