Open main menu

CDOT Wiki β

Changes

Distcc with MSVC:CL Options

99 bytes added, 18:26, 13 November 2006
Tutorial: philly noted that instructions are unclear.
# create a simple file. Try to #include some things like stdio.h and other .h files.
# preprocess the file. Use the /P for this, the file will be called <filename>.i
# move the file to some remote other location. You 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.)
# compile to object code. Pass the /Fo<filename>.obj /c to compile only to object code. If no object code or you get a warning, please give either document on this page or if you feel really unsure, post in the discussion. When documenting please specify if your documentation comes from reading or doing. If reading is not from msdn please link to where you got your information.
1
edit