Re: Slightly OT: How to build COM dlls in parallel

2015-05-18 Thread Simon Richter
Hi Andreas, On 18.05.2015 15:16, Andreas Tscharner wrote: > We use feature branches to develop new features on out product. Each > feature branch has a build job on Jenkins. Our product builds quite a > few COM DLLs which need other registered(?) TLB od DLLs. If the > interfaces differ and more t

Slightly OT: How to build COM dlls in parallel

2015-05-18 Thread Andreas Tscharner
Hello World, This question might be slightly off-topic, but I figure that Jenkins users may have had this problem (and probably a solution) before: We use feature branches to develop new features on out product. Each feature branch has a build job on Jenkins. Our product builds quite a few C