Title: Codeblocks compile Post by: pontook on February 25, 2006, 06:50:37 pm Does anyone use codeblocks?
I'd appreciate a project file that will structure the project for windows. If not I'll get around to sorting it within the next decade when I find time... Title: Re: Codeblocks compile Post by: Uejji on February 26, 2006, 02:13:34 pm I use Code::Blocks, and I do know that it has Makefile support.
You might try downloading the source tree and importing the Visual C++ project file. In Code::Blocks, this is under Project > Import. The Visual C++ solution itself is located under 'sc2/src/msvc++' in the UQM source tree. Although I haven't tried this yet, you might give it a shot. You might also, under the Project menu, 'Add Files Recursively' and adding the entire source tree at once and use the standard Makefile. Title: Re: Codeblocks compile Post by: Michael Martin on February 27, 2006, 06:46:16 am Our build system doesn't actually use Make; ./build.sh handles its own configuration, dependency resolution, etc.
|