mirror of
https://github.com/cookiengineer/audacity
synced 2025-06-16 16:10:06 +02:00
XML library is required
This commit is contained in:
parent
baec816142
commit
053a2104ab
@ -20,7 +20,7 @@ install:
|
|||||||
- xcopy %AUDACITY_ROOT%\win\wxWidgets_additions\wxWidgets-3.0.2 %WXWIN% /s /y /f
|
- xcopy %AUDACITY_ROOT%\win\wxWidgets_additions\wxWidgets-3.0.2 %WXWIN% /s /y /f
|
||||||
- xcopy %WXWIN%\include\wx\setup_redirect.h %WXWIN%\include\wx\setup.h* /f
|
- xcopy %WXWIN%\include\wx\setup_redirect.h %WXWIN%\include\wx\setup.h* /f
|
||||||
# build wxWidgets
|
# build wxWidgets
|
||||||
- msbuild /m %WXWIN%\build\msw\wx_vc12.sln "/p:Configuration=DLL Release;PlatformToolset=v120_xp" /target:adv,base,core,html,net,qa,wxexpat,wxjpeg,wxpng,wxtiff,wxzlib /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
- msbuild /m %WXWIN%\build\msw\wx_vc12.sln "/p:Configuration=DLL Release;PlatformToolset=v120_xp" /target:adv,base,core,html,net,qa,wxexpat,wxjpeg,wxpng,wxtiff,wxzlib,xml /logger:"C:\Program Files\AppVeyor\BuildAgent\Appveyor.MSBuildLogger.dll"
|
||||||
environment:
|
environment:
|
||||||
WXWIN: '%APPVEYOR_BUILD_FOLDER%\..\wxWidgets'
|
WXWIN: '%APPVEYOR_BUILD_FOLDER%\..\wxWidgets'
|
||||||
AUDACITY_ROOT: '%APPVEYOR_BUILD_FOLDER%'
|
AUDACITY_ROOT: '%APPVEYOR_BUILD_FOLDER%'
|
||||||
|
Loading…
x
Reference in New Issue
Block a user