[CMake] Temporarily disable the VS reload plugin

David Cole david.cole at kitware.com
Tue Dec 16 17:20:30 EST 2008


Look in Source/cmGlobalVisualStudioGenerator.cxx at the
CallVisualStudioMacro method. That's where it's called from C++.
Or you could modify the VS macro itself. Look in the VS UI for "Tools >
Macros > Macros IDE..." to inspect the code of the macro that CMake calls.


HTH,
David


On Tue, Dec 16, 2008 at 5:04 PM, James Bigler <jamesbigler at gmail.com> wrote:

> Is it possible to temporarily disable the Visual Studio reload plugin?
>
> I'm running 'devenv.com /Build' from emacs (think of it as a commandline
> make for VS projects) and it would be super awesome to disable the reloading
> plugin with an environment variable so that the build script isn't
> interrupted by VS asking if I want to reload the project.  By using an
> environment variable the plugin could be disabled globally or just for the
> script's invocation.
>
> If this could be added, could someone point me to the relevant parts in the
> source code that calls the plugin?  I may be able to offer a patch that does
> this.
>
> Thanks,
> James
>
> _______________________________________________
> CMake mailing list
> CMake at cmake.org
> http://www.cmake.org/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.cmake.org/pipermail/cmake/attachments/20081216/59e7cea6/attachment.htm>


More information about the CMake mailing list