<div class="gmail_quote">On Mon, Feb 2, 2009 at 7:13 PM, LaViolette, Alan <span dir="ltr"><<a href="mailto:ALAVIOLETTE@overwatch.textron.com">ALAVIOLETTE@overwatch.textron.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
I changed the CMAKE_CFG_INTDIR and I don't see any changes in the<br>
project file.<br>
<br>
I am setting<br>
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY<br>
${CMAKE_SOURCE_DIR}/bin/${CMAKE_PLATFORM})<br>
<br>
<br>
The problem is The VS2005 generator always appends the configuration<br>
name so I get<br>
if<br>
CMAKE_SOURCE_DIR = x:\<br>
CMAKE_PLATFORM = Win32<br>
<br>
X:/bin/Win32/Debug<br>
<br>
I would like to have<br>
<br>
X:/bin/Win32_Debug<br>
<br>
or for plugins<br>
<br>
X:/bin/Win32/Debug/Handlers<br>
<br>
I would like to have<br>
<br>
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY<br>
${CMAKE_SOURCE_DIR}/bin/${CMAKE_PLATFORM}/$(ConfigurationName))<br>
<br>
The $(ConfigurationName) is expanded by the IDE to the configuration<br>
like Debug or Release.</blockquote><div><br>It sounds like you need the PREFIX hack. Not sure if it will make the "Win32_Debug" folder for you though, you'll have to try it and see.<br><br><a href="http://www.mail-archive.com/cmake@cmake.org/msg14083.html">http://www.mail-archive.com/cmake@cmake.org/msg14083.html</a><br>
</div></div><br clear="all"><br>-- <br>Philip Lowman<br>