initial import
[vuplus_webkit] / Source / WebKit2 / win / WebKit2WebProcessPostBuild.cmd
1 mkdir 2>NUL "%OUTDIR%\..\bin\WebKit2WebProcess.resources"
2 xcopy /y /d /e /exclude:xcopy.excludes "%PROJECTDIR%\WebKit2WebProcess.resources\*" "%OUTDIR%\..\bin\WebKit2WebProcess.resources"
3 if exist "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" "%WEBKITLIBRARIESDIR%\tools\VersionStamper\VersionStamper.exe" --verbose "%TARGETPATH%"
4
5 if exist "%CONFIGURATIONBUILDDIR%\buildfailed" del "%CONFIGURATIONBUILDDIR%\buildfailed"