I haven't tried to compile it yet because I wanted to insure I am on the right page.
Would the new flags be:
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.
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.next.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.
Quote from: jmccay on September 05, 2005, 12:15:22 AM
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..