[CMake] Output dir with MSVC6

William A. Hoffman billlist at nycap.rr.com
Wed Jan 5 08:21:36 EST 2005


Can you be a bit more specific as to what you are trying to do?
As far as I know you should not need to use CMAKE_CFG_INTDIR for
building object files, as the .dsp files compile object files just fine.


-Bill


At 06:06 PM 1/4/2005, Martin Trudeau wrote:
>Hi.
>
>When using MSVC6, is the intermediate directory available other than through
>the macro IntDir (or  the equivalent CMAKE_CFG_INTDIR) ? The problem
>with IntDir is that it's really only suitable for custom build commands (I
>believe
>this is not the case with MSVC7). When it is used with compilation, Visual
>behaves erratically, creating $(intdir) directories, not checking properly
>for
>object files to avoid recompilation, etc.
>
>Since all I want to do is choose where a specific object file will be placed
>after compilation (in the intermediate directory of a different project), I
>could
>try to use the /Fo flag. So I have a related question, is it possible to
>have
>different compilation flags for each configuration for a single source file
>and not the whole project?
>
>Thanks for your help.
>
>-Martin
>
>_______________________________________________
>CMake mailing list
>CMake at www.cmake.org
>http://www.cmake.org/mailman/listinfo/cmake 



More information about the CMake mailing list