<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Parallel Build on The Lone C++ Coder's Blog</title><link>https://www.lonecpluspluscoder.com/tags/parallel-build/</link><description>Recent content in Parallel Build on The Lone C++ Coder's Blog</description><generator>Hugo -- gohugo.io</generator><language>en</language><lastBuildDate>Tue, 09 Sep 2014 07:00:31 +0000</lastBuildDate><atom:link href="https://www.lonecpluspluscoder.com/tags/parallel-build/index.xml" rel="self" type="application/rss+xml"/><item><title>Make sure you're using the right command processor when running Incredibuild</title><link>https://www.lonecpluspluscoder.com/2014/09/09/make-sure-youre-using-the-right-command-processor-when-running-incredibuild/</link><pubDate>Tue, 09 Sep 2014 07:00:31 +0000</pubDate><author>Timo Geusch</author><guid>https://www.lonecpluspluscoder.com/2014/09/09/make-sure-youre-using-the-right-command-processor-when-running-incredibuild/</guid><description>&lt;p&gt;Quick hack/warning for those using an alternative command line processor like &lt;a href="https://jpsoft.com/tccle-cmd-replacement.html"&gt;TCC&lt;/a&gt; and also use Xoreax&amp;rsquo; &lt;a href="https://www.incredibuild.com/"&gt;Incredibuild&lt;/a&gt; for distributed builds. Incredibuild is awesome, by the way, and if you have a larger C++ project that takes a long time to build, you should use it. And no, I&amp;rsquo;m not getting paid or receive free stuff for writing that.&lt;/p&gt;
&lt;p&gt;However, if you have to start your Visual Studio instance from the command line because you need to set some environment variables first, or because of your general awesomeness, make sure you&amp;rsquo;re starting it from a stock Windows shell. Either the standard Windows command line (cmd.exe) or PowerShell will do nicely, thank you. If you start VS from TCC and have a couple of build tasks that spawn out to the shell, Incredibuild wants to shell out into TCC to run these tasks and the shelled out task don&amp;rsquo;t seem to return control to Incredibuild again. Yes, I was too lazy to investigate further as the method described above works.&lt;/p&gt;</description></item></channel></rss>