Code::Blocks Forums

Developer forums (C::B DEVELOPMENT STRICTLY!) => Development => Topic started by: jmccay on September 05, 2005, 12:15:22 am

Title: 2.6.1 & Unicode
Post by: jmccay on September 05, 2005, 12:15:22 am
  I haven't tried to compile it yet because I wanted to insure I am on the right page.

Would the new flags be:

Code
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 USE_XRC=1 UNICODE=1 VENDOR=cb

I am assuming it would be these flags.

Let me know if anything alse is needed.
Joe M.
Title: Re: 2.6.1 & Unicode
Post by: grv575 on September 05, 2005, 04:34:48 am
It's not going to work yet though.  I had to patch a bunch of stuff with a previous CVS checkout (CVS HEAD... some files in wxDockit and a couple CB files - main.cpp and app.cpp).  If you grab the modified source in this thread, it's a little outdated, but should at least have ok wxDockit changes:
http://forums.codeblocks.org/index.php/topic,811.msg5572.html#msg5572

It does work after making the couple of remaining unicode changes but takes some hacking.  This stuff should all be synchronized for the RC2 release.
Title: Re: 2.6.1 & Unicode
Post by: David Perfors on September 06, 2005, 08:58:19 am
Code
mingw32-make -f makefile.gcc BUILD=release SHARED=1 MONOLITHIC=1 USE_XRC=1 UNICODE=1 VENDOR=cb
Yes this should work.
I didn't try compiling C::B with this..