<html xmlns:v="urn:schemas-microsoft-com:vml" xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:w="urn:schemas-microsoft-com:office:word" xmlns="http://www.w3.org/TR/REC-html40">

<head>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<meta name=Generator content="Microsoft Word 11 (filtered medium)">
<!--[if !mso]>
<style>
v\:* {behavior:url(#default#VML);}
o\:* {behavior:url(#default#VML);}
w\:* {behavior:url(#default#VML);}
.shape {behavior:url(#default#VML);}
</style>
<![endif]-->
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:12.0pt;
        font-family:"Times New Roman";}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.EmailStyle17
        {mso-style-type:personal-reply;
        font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'>thanks that works.&nbsp; It is kind of a hack
would be nice if the generator had an option to not append the configuration.<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=2 color=navy face=Arial><span style='font-size:
10.0pt;font-family:Arial;color:navy'><o:p>&nbsp;</o:p></span></font></p>

<div>

<div class=MsoNormal align=center style='text-align:center'><font size=3
face="Times New Roman"><span style='font-size:12.0pt'>

<hr size=2 width="100%" align=center tabindex=-1>

</span></font></div>

<p class=MsoNormal><b><font size=2 face=Tahoma><span style='font-size:10.0pt;
font-family:Tahoma;font-weight:bold'>From:</span></font></b><font size=2
face=Tahoma><span style='font-size:10.0pt;font-family:Tahoma'>
philiplowman@gmail.com [mailto:philiplowman@gmail.com] <b><span
style='font-weight:bold'>On Behalf Of </span></b>Philip Lowman<br>
<b><span style='font-weight:bold'>Sent:</span></b> Monday, February 02, 2009
9:36 PM<br>
<b><span style='font-weight:bold'>To:</span></b> LaViolette, Alan<br>
<b><span style='font-weight:bold'>Cc:</span></b> Tyler; cmake@cmake.org<br>
<b><span style='font-weight:bold'>Subject:</span></b> Re: [CMake] How To change
VS2005 Output directory</span></font><o:p></o:p></p>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><o:p>&nbsp;</o:p></span></font></p>

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>On Mon, Feb 2, 2009 at 7:13 PM, LaViolette, Alan &lt;<a
href="mailto:ALAVIOLETTE@overwatch.textron.com">ALAVIOLETTE@overwatch.textron.com</a>&gt;
wrote:<o:p></o:p></span></font></p>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'>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>
&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.<o:p></o:p></span></font></p>

<div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><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'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><o:p></o:p></span></font></p>

</div>

</div>

<p class=MsoNormal><font size=3 face="Times New Roman"><span style='font-size:
12.0pt'><br clear=all>
<br>
-- <br>
Philip Lowman<o:p></o:p></span></font></p>

</div>

</body>

</html>