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 <[email protected]> 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 > [email protected] > http://www.cmake.org/mailman/listinfo/cmake >
_______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
