编译wxWidgets

打开x64 Native Tools Command Prompt for VS 2017

cd wxWidgets-2.9.5\build\msw

nmake -f makefile.vc TARGET_CPU=X64 BUILD=release  SHARED=1 UNICODE=0

猜你喜欢

转载自www.cnblogs.com/yuanxiaoping_21cn_com/p/9217383.html