Main Contents

Parallel Make: Using Build Stages to Prevent Pileups

October 6, 2008

A reader responded to my March article on Parallel Make in Win32 with a question:
I’m trying to get the *.idl files to compile while using the -j flag. I’m having a problem when you run make -j and the idl compiler compiles the *.idl files (that works just fine), but right after that, it tries […]

Tags: , , , , ,
Filed under: Programming | Comments (0)

Parallel Make in Win32

March 6, 2008

I found myself in a lull between storms a few days ago, so I decided to do some housecleaning in our makefile before the next code rush hit.  And therein lies a story…
We use one makefile to build all versions of PicLens for all browsers on all platforms.  It’s loosely patterned after the Google Gears project makefile […]

Tags: , , , , , ,
Filed under: Programming | Comments (9)