Revert "build static wxwidgets"

This reverts commit 35314c58f6.
This commit is contained in:
odrling 2020-05-03 15:24:13 +02:00
parent 35314c58f6
commit 7d45c95fdc
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ install:
- cmd: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64'
# build wxWidgets
- cmd: chdir %WXWIN%\build\msw
- cmd: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc142_x64 SHARED=0
- cmd: nmake -f makefile.vc BUILD=release COMPILER_PREFIX=vc142_x64 SHARED=1
- cmd: dir %WXWIN%\lib
- cmd: dir %WXWIN%\lib\vc142_x64_dll
- cmd: chdir %APPVEYOR_BUILD_FOLDER%