1 version: 1.17.2.{build}
5 - GEN: "Visual Studio 14 2015"
7 - GEN: "Visual Studio 14 2015 Win64"
11 # Remove the VS Xamarin targets to reduce AppVeyor specific noise in build
12 # logs. See also http://help.appveyor.com/discussions/problems/4569
13 - del "C:\Program Files (x86)\MSBuild\14.0\Microsoft.Common.targets\ImportAfter\Xamarin.Common.targets"
17 - cmake -G"%GEN%" -DALSOFT_REQUIRE_WINMM=ON -DALSOFT_REQUIRE_DSOUND=ON -DALSOFT_REQUIRE_MMDEVAPI=ON -DALSOFT_EMBED_HRTF_DATA=YES ..
18 - cmake --build . --config %CFG% --clean-first