This commit is contained in:
odrling 2019-12-28 22:14:58 +01:00
parent 4fb6c4a626
commit f0dbb49523
1 changed files with 2 additions and 1 deletions

View File

@ -17,7 +17,8 @@ install:
- cmd: 7z x wxWidgets.7z
- cmd: cd ..
# build wxWidgets
- cmd: msbuild /m "%WXWIN%\build\msw\wx_vc16.sln" "/p:Configuration=DLL Release;Platform=Win32;PlatformToolset=v142" /target:adv,base,core,html,net,qa,wxexpat,wxjpeg,wxpng,wxtiff,wxzlib,xml /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
- cmd: echo %WXWIN%\build\msw\wx_vc16.sln
- cmd: msbuild /m %WXWIN%\build\msw\wx_vc16.sln "/p:Configuration=DLL Release;Platform=Win32;PlatformToolset=v142" /target:adv,base,core,html,net,qa,wxexpat,wxjpeg,wxpng,wxtiff,wxzlib,xml /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
# Set up the build environment
- cmd: '"C:\Program Files (x86)\Microsoft Visual Studio\2019\Community\VC\Auxiliary\Build\vcvarsall.bat" x86_amd64'
- cmd: set BOOST_ROOT=C:\Libraries\boost_1_71_0