mirror of
https://github.com/vgmstream/vgmstream.git
synced 2024-11-24 23:10:10 +01:00
Update build.ps1
This commit is contained in:
parent
746747b2c4
commit
395c7eb757
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user