My System:
- Windows 10 64bit
CodeLite 64Bit
Wxwidgets 64Bit
TDM-GCC-64
Everything works until I use the following build command:
Code: Select all
mingw32-make -j8 -f Makefile.gcc SHARED=1 UNICODE=1 BUILD=release VENDOR=cl CXXFLAGS="-fno-keep-inline-dllexport -std=c++11" MONOLITHIC=1
I did get this command to work:
Code: Select all
mingw32-make -j8 -f Makefile.gcc SHARED=1 UNICODE=1 BUILD=debug VENDOR=cl CXXFLAGS="-fno-keep-inline-dllexport -std=c++11" MONOLITHIC=1
Secondly
How do I link the lib to Codelite? *out of the tutorials i could find none of them show you how to link libs to Codelite*
Thanks
Sançtion