wxWidgets compilation parameters (mingw)

mingw32-make -f makefile.gcc BUILD=debug SHARED=0 MONOLITHIC=1 UNICODE=1

 

BUILD:debug/release

SHARED: 0 static library / 1 dynamic library

MONOLITHIC: generally write 1, 1 to build a single library / 0 multiple component libraries

UNICODE: Whether to use wide strings that support Unicode

Guess you like

Origin http://43.154.161.224:23101/article/api/json?id=325441696&siteId=291194637