Hello, Everyone,
I use cl.exe MSVC compiler from command line. What I would like to do is:
- Only compile sources to objects files (/c)
- Pass multiple source files to the compiler
- Tell the compiler, where is should put output object files: /Fopath\to\output\dir\
The question is: is it possible to use "path\to\output\dir", which contains spaces? (I tried to include only path in quotes or path together with /Fo option, but did not succeed).
Thanks.
Dmitry Semikin
P.S.: If this is important I use MSVS 9 (2008)