Pages: [1]
|
|
|
Author
|
Topic: Codeblocks compile (Read 1696 times)
|
pontook
Guest
|
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...
|
|
|
Logged
|
|
|
|
Uejji
Zebranky food
Offline
Gender:
Posts: 31
|
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.
|
|
« Last Edit: February 26, 2006, 02:16:20 pm by Uejji »
|
Logged
|
|
|
|
Michael Martin
Core Team
*Smell* controller
Offline
Posts: 387
|
Our build system doesn't actually use Make; ./build.sh handles its own configuration, dependency resolution, etc.
|
|
|
Logged
|
|
|
|
Pages: [1]
|
|
|
|
|