playwright/browser_patches/webkit/buildwin.bat

6 lines
360 B
Batchfile
Raw Normal View History

2020-01-17 02:32:50 +03:00
set PATH=%WEBKIT_BUILD_PATH%
set WEBKIT_LIBRARIES=%~dp0checkout\WebKitLibraries\win
set WEBKIT_OUTPUTDIR=%~dp0checkout\WebKitBuild
perl %~dp0checkout\Tools\Scripts\build-webkit --wincairo --release --no-ninja --touch-events --orientation-events --dark-mode-css --generate-project-only
2020-01-17 02:32:50 +03:00
%DEVENV% %~dp0checkout\WebKitBuild\Release\WebKit.sln /build "Release|x64"