Changes

Jump to: navigation, search

Talk:Distcc With MSVC

478 bytes added, 14:03, 21 September 2007
Specifying language to cl.exe
how you test the distcc-vc? can you debug the exe file? what's the process? ^_^
 
== Specifying language to cl.exe ==
 
The Jan 4, 2007 news says:
<blockquote>
Both C/C++ preprocessed file ends in .i. cl has no way of knowning if it's a C/C++ preprocessed file.
</blockquote>
You can solve this problem by specifying the source file type to Visual C++ with /TP (for C++) or /TC (for C). You can also use /tp or /tc for specifying the language for each individual file. Documentation is in MSDN[http://msdn2.microsoft.com/en-us/library/032xwy55(VS.80).aspx].
1
edit

Navigation menu