How to set Shared=0 in CodeLite bundled installer
Posted: Sat Mar 20, 2010 4:49 pm
OS: WinXP Pro
Installer: codelite-2.3.0.3833-mingw4.4.0-wx2.8.10.exe
Hi, I am wondering if it is possible to build the library with build option SHARED=0 with the bundled installer.
I tried to follow this:
but there is no makefile.gcc in the directory of the bundled wxWidgets.
Should I just get codelite+minGW and download wxWidgets source separately?
I rather like the one-step installation of the codelite+minGW+wxWidgets bundle, so it's the only thing keeping me from doing a separate install.
Thanks!
Installer: codelite-2.3.0.3833-mingw4.4.0-wx2.8.10.exe
Hi, I am wondering if it is possible to build the library with build option SHARED=0 with the bundled installer.
I tried to follow this:
Code: Select all
mingw32-make -f makefile.gcc UNICODE=1 SHARED=0 MONOLITHIC=1 BUILD=release
Should I just get codelite+minGW and download wxWidgets source separately?
I rather like the one-step installation of the codelite+minGW+wxWidgets bundle, so it's the only thing keeping me from doing a separate install.
Thanks!