-->
Page 2 of 2

Re: new project in eclipse

PostPosted: Fri Aug 21, 2015 6:22 pm
by kolban
I had to do what @gschmott suggested and installed MinGW and used the "mingw32-make" that came with that package. Once done, everything worked great ... including the "really" nice flag on the make command called "--jobs <number>" ... which caused make to go parallel and actively compiled multiple source files concurrently. My build went from minutes to seconds.

Neil