[cfe-dev] Tooling: disable standard compile-run

Richard legalize at xmission.com
Tue Feb 25 12:41:44 PST 2014


In article <530CEE52.90407 at gmx.net>,
    Robert Zimmermann <tsett at gmx.net> writes:

> Thanks for the answers.
> I will look through the stuff and write my experience then.

Obviously the "hack yourself one together" in an editor approach
doesn't scale.

For more than one file (i.e. compiling an entire code base), you can
do a clean build with VS and then write a script to generate the
compilation database from the VS log file, which includes the full
compilation command for every source file.
-- 
"The Direct3D Graphics Pipeline" free book <http://tinyurl.com/d3d-pipeline>
     The Computer Graphics Museum <http://ComputerGraphicsMuseum.org>
         The Terminals Wiki <http://terminals.classiccmp.org>
  Legalize Adulthood! (my blog) <http://LegalizeAdulthood.wordpress.com>



More information about the cfe-dev mailing list