Update build.ps1

This commit is contained in:
Kevin López Brante 2020-10-28 16:23:23 -03:00 committed by GitHub
parent 746747b2c4
commit 395c7eb757
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -97,6 +97,12 @@ function Init
$_.ClCompile.AppendChild($includes)
}
$proj.Save("dependencies\foobar\foobar2000\ATLHelpers\foobar2000_ATL_helpers.vcxproj")
cd dependencies\jansson\
mkdir build
cd build
cmake .. -DJANSSON_BUILD_SHARED_LIBS=ON -DJANSSON_EXAMPLES=OFF -DJANSSON_BUILD_DOCS=OFF -G "Visual Studio 15 2017" -T "v141_xp"
cd ..\..\..
}
function Package