Author Topic: Building a standalone exe  (Read 40439 times)

Offline MortenMacFly

  • Administrator
  • Lives here!
  • *****
  • Posts: 9694
Re: Building a standalone exe
« Reply #15 on: December 26, 2012, 03:39:34 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?

Should 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: https://www.codeblocks.org/docs/main_codeblocks_en.html
C::B FAQ: https://wiki.codeblocks.org/index.php?title=FAQ