Changes

Jump to: navigation, search

Distcc with MSVC:CL Options

113 bytes added, 18:27, 13 November 2006
Tutorial
= Tutorial =
This tutorial is a quick way to check if a cl option is supported in distcc. You will have to follow these steps.
# create a simple file. Try to #include some things like stdio.h and other .h files.You can use this code or write your own:<pre>#include <stdio.h> int main() { printf("Hello World");}</pre>
# preprocess the file. Use the /P for this, the file will be called <filename>.i
# move the file to some other location on your filesystem, you can create a temporary folder for this. (e.g. if your source is in ~/src, move it to ~/tmpdir and try to compile there.)
1
edit

Navigation menu