<div class="gmail_quote">On Mon, Feb 2, 2009 at 7:13 PM, LaViolette, Alan <span dir="ltr">&lt;<a href="mailto:ALAVIOLETTE@overwatch.textron.com">ALAVIOLETTE@overwatch.textron.com</a>&gt;</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&#39;t see any changes in the<br>
project file.<br>
<br>
I am setting<br>
set (CMAKE_RUNTIME_OUTPUT_DIRECTORY<br>
 &nbsp; &nbsp; ${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>
 &nbsp; &nbsp; &nbsp; &nbsp;CMAKE_SOURCE_DIR = x:\<br>
 &nbsp; &nbsp; &nbsp; &nbsp;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>
 &nbsp; &nbsp; ${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.&nbsp; Not sure if it will make the &quot;Win32_Debug&quot; folder for you though, you&#39;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>