aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/SideChains/WebRtc.NET/cmd/genRelease.bat
blob: 98aa3aea7b34e7f58fc7042f58800e073bba34ad (plain)
1
2
3
4
5
6
7
8
9
d:

cd D:\webrtc-checkout\src

set DEPOT_TOOLS_WIN_TOOLCHAIN=0

gn gen out/ReleaseX86 --ide="vs2015" --args="is_debug=false target_cpu=\"x86\" is_component_build=false symbol_level=0"

pause