Code::Blocks Forums

User forums => Help => Topic started by: manekko on January 07, 2009, 12:48:58 am

Title: Linking wxWidgets 2.8.9
Post by: manekko on January 07, 2009, 12:48:58 am
I'm using Windows XP
I'm using Code::Blocks Nightly builds(01/06/2009)
I'm using MingW 5.1.4
I download the wxWidgets 2.8.9
I already compiled the lib like this: mingw32-make -f makefile.gcc MONOLITHIC=1 SHARED=1 UNICODE=1 BUILD=release
And now I want to know, how to link the lib in the code::blocks without use the existing template ?
Actually, I tried to use the template, but I got errors, but I prefer use a empty project ;D
Title: Re: Linking wxWidgets 2.8.9
Post by: TDragon on January 07, 2009, 09:27:25 pm
Just copy the options that the template uses.