Re: [cmake-developers] VS 2010/MSbuild's custom build tool issues and a proposal

2011-11-21 Thread James Bigler
On Mon, Nov 21, 2011 at 2:03 PM, James Bigler wrote: > On Mon, Nov 21, 2011 at 1:55 PM, James Bigler wrote: > >> On Mon, Nov 21, 2011 at 1:47 PM, Bill Hoffman >> wrote: >> >>> >>> On Nov 21, 2011 3:41 PM, "Brad King" wrote: >>> > >>> > On 11/21/2011 3:33 PM, James Bigler wrote: >>> >> >>> >> On

Re: [cmake-developers] VS 2010/MSbuild's custom build tool issues and a proposal

2011-11-21 Thread James Bigler
On Mon, Nov 21, 2011 at 1:55 PM, James Bigler wrote: > On Mon, Nov 21, 2011 at 1:47 PM, Bill Hoffman wrote: > >> >> On Nov 21, 2011 3:41 PM, "Brad King" wrote: >> > >> > On 11/21/2011 3:33 PM, James Bigler wrote: >> >> >> >> On Mon, Nov 21, 2011 at 9:39 AM, Brad King > brad.k...@kitware.com>> wr

Re: [cmake-developers] VS 2010/MSbuild's custom build tool issues and a proposal

2011-11-21 Thread James Bigler
On Mon, Nov 21, 2011 at 1:47 PM, Bill Hoffman wrote: > > On Nov 21, 2011 3:41 PM, "Brad King" wrote: > > > > On 11/21/2011 3:33 PM, James Bigler wrote: > >> > >> On Mon, Nov 21, 2011 at 9:39 AM, Brad King brad.k...@kitware.com>> wrote: > >>On 11/18/2011 12:50 PM, James Bigler wrote: > >>

Re: [cmake-developers] VS 2010/MSbuild's custom build tool issues and a proposal

2011-11-21 Thread Bill Hoffman
On Nov 21, 2011 3:41 PM, "Brad King" wrote: > > On 11/21/2011 3:33 PM, James Bigler wrote: >> >> On Mon, Nov 21, 2011 at 9:39 AM, Brad King > wrote: >>On 11/18/2011 12:50 PM, James Bigler wrote: >>What I'm envisioning is developing a new custom build tool, >>call it CMake Custo

Re: [cmake-developers] VS 2010/MSbuild's custom build tool issues and a proposal

2011-11-21 Thread James Bigler
On Mon, Nov 21, 2011 at 1:41 PM, Brad King wrote: > On 11/21/2011 3:33 PM, James Bigler wrote: > >> On Mon, Nov 21, 2011 at 9:39 AM, Brad King > brad.k...@kitware.com>**> wrote: >>On 11/18/2011 12:50 PM, James Bigler wrote: >>What I'm envisioning is developing a new custom build tool,

Re: [cmake-developers] VS 2010/MSbuild's custom build tool issues and a proposal

2011-11-21 Thread Brad King
On 11/21/2011 3:33 PM, James Bigler wrote: On Mon, Nov 21, 2011 at 9:39 AM, Brad King mailto:brad.k...@kitware.com>> wrote: On 11/18/2011 12:50 PM, James Bigler wrote: What I'm envisioning is developing a new custom build tool, call it CMake Custom Command (or CCC for short)

Re: [cmake-developers] VS 2010/MSbuild's custom build tool issues and a proposal

2011-11-21 Thread James Bigler
On Mon, Nov 21, 2011 at 9:39 AM, Brad King wrote: > On 11/18/2011 12:50 PM, James Bigler wrote: > >> What I'm envisioning is developing a new custom build tool, >> call it CMake Custom Command (or CCC for short) >> > > Would the custom commands in the project files just invoke this tool on > ever

Re: [cmake-developers] VS 2010/MSbuild's custom build tool issues and a proposal

2011-11-21 Thread Brad King
On 11/18/2011 12:50 PM, James Bigler wrote: What I'm envisioning is developing a new custom build tool, call it CMake Custom Command (or CCC for short) Would the custom commands in the project files just invoke this tool on every build? -Brad -- Powered by www.kitware.com Visit other Kitwar

[cmake-developers] VS 2010/MSbuild's custom build tool issues and a proposal

2011-11-18 Thread James Bigler
I make heavy use of the add_custom_command feature for compiling CUDA code with FindCUDA.cmake. Lately when doing more and more developement with VS 2010, I've experiences several issues with the Custom Build Tool as implemented by MSbuild. I've filed three bugs with Microsoft, and all but one so