Compiling "create_project" with Code::Blocks

Ask for help with ScummVM problems

Moderator: ScummVM Team

Post Reply
monsieurouxx
Posts: 80
Joined: Fri Oct 19, 2007 5:48 pm

Compiling "create_project" with Code::Blocks

Post by monsieurouxx »

Hi all,

Here is a short tutorial explaining how to create the project in Code::blocks to build create_project.

Time required: 5 min.

https://sourceforge.net/apps/mediawiki/ ... de::Blocks
Last edited by monsieurouxx on Tue Jan 18, 2011 5:47 pm, edited 1 time in total.
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

Um, why did you do all that, when all you need to get it to compile is to define the WIN32 define in Code::Blocks?
monsieurouxx
Posts: 80
Joined: Fri Oct 19, 2007 5:48 pm

Post by monsieurouxx »

One needs to link the minGW32 library "rpcrt4"
(C:\Program Files\CodeBlocks\MinGW\lib|librpcrt4.a)

EDIT: Edited first post.
User avatar
md5
ScummVM Developer
Posts: 2250
Joined: Thu Nov 03, 2005 9:31 pm
Location: Athens, Greece

Post by md5 »

Yeah, that library is needed for the UUID stuff

In any case, I've committed a Code::Blocks project file, so it should be quite straightforward to compile the tool
Post Reply