`WK_CHECKOUT_PATH` defines location of webkit checkout on the file system. All browser-related scripts, like `prepare_checkout.sh` and `export.sh` respect this environment variable on all platforms.
6 lines
397 B
Batchfile
6 lines
397 B
Batchfile
set PATH=%WEBKIT_BUILD_PATH%
|
|
set WEBKIT_LIBRARIES=%~dp0WebKitLibraries\win
|
|
set WEBKIT_OUTPUTDIR=%~dp0WebKitBuild
|
|
perl %~dp0Tools\Scripts\build-webkit --wincairo --release --no-ninja --touch-events --orientation-events --dark-mode-css --generate-project-only --cmakeargs="-DLIBVPX_PACKAGE_PATH=C:\vcpkg\packages\libvpx_x64-windows"
|
|
%DEVENV% %~dp0WebKitBuild\Release\WebKit.sln /build "Release|x64"
|