Rob Mathews wrote:
> Seems pretty clear that it returns "<project>.dir" and sets
> IntermediateDirectory to it. Thus you would get
> 
> IntermediateDirectory=<project>.dir
> 
> and since Visual Studio interpretes that relative path as relative to
> the project dir, you get
> 
> <project>/<project>.dir/Debug
> <project>/<project>.dir/Release
> 
> etc on your disk. 
> 
> Which I continue to maintain is pointless. 

It is interpreted relative to the directory containing project.vcproj.
What if there is more than one .vcproj file in the same directory?

-Brad
_______________________________________________
CMake mailing list
[email protected]
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to