News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Building a standalone exe

Started by robl, January 29, 2011, 01:02:54 PM

Previous topic - Next topic

MortenMacFly

Quote from: Diazepam on December 23, 2012, 01:11:09 PM
- mingw32-make -f makefile.gcc BUILD=release MONOLITHIC=1 RUNTIME_LIBS=static SHARED=0
Is this possible at all with MONOLITIC? When I built wx in a static way I used:
mingw32-make -f makefile.gcc BUILD=release MONOLITHIC=0 SHARED=0 UNICODE=1
...and that works pretty well.

Don't know what "RUNTIME_LIBS=static" does for a static build anyways...?! Where did you get that instructions from?

Quote from: Diazepam on December 26, 2012, 01:48:48 PMShould I just reinstall Windows ?
LOL - sure, 10 times, please. ;D
Compiler logging: Settings->Compiler & Debugger->tab "Other"->Compiler logging="Full command line"
C::B Manual: [url="https://www.codeblocks.org/docs/main_codeblocks_en.html"]https://www.codeblocks.org/docs/main_codeblocks_en.html[/url]
C::B FAQ: [url="https://wiki.codeblocks.org/index.php?title=FAQ"]https://wiki.codeblocks.org/index.php?title=FAQ[/url]