Searched defs:depsInstallPath (Results 1 – 7 of 7) sorted by relevance
7 $depsInstallPath="C:\mesa-deps" variable14 New-Item -ErrorAction SilentlyContinue -ItemType Directory -Path $depsInstallPath\bin -Name 'D3D12' variable15 Copy-Item 'C:\agility\build\native\bin\x64\*.dll' -Destination $depsInstallPath\bin\D3D12 variable24 Copy-Item 'C:\warp\build\native\amd64\d3d10warp.dll' -Destination $depsInstallPath\bin variable
11 $depsInstallPath="C:\mesa-deps" variable23 meson setup .. --backend=ninja -Dprefix="$depsInstallPath" --buildtype=release -Db_vscrt=mt && ` variable48 meson setup .. --backend=ninja -Dprefix="$depsInstallPath" --default-library=static --buildtype=rel… variable83 -DCMAKE_PREFIX_PATH="$depsInstallPath" ` variable84 -DCMAKE_INSTALL_PREFIX="$depsInstallPath" ` variable120 -DCMAKE_INSTALL_PREFIX="$depsInstallPath" ` variable153 -DCMAKE_INSTALL_PREFIX="$depsInstallPath" && ` variable
11 $depsInstallPath="C:\mesa-deps" in Deploy-Dependencies() variable12 Copy-Item "$depsInstallPath\bin\vainfo.exe" -Destination "$deploy_directory\vainfo.exe" in Deploy-Dependencies() variable13 Copy-Item "$depsInstallPath\bin\va_win32.dll" -Destination "$deploy_directory\va_win32.dll" in Deploy-Dependencies() variable14 Copy-Item "$depsInstallPath\bin\va.dll" -Destination "$deploy_directory\va.dll" in Deploy-Dependencies() variable18 …Copy-Item "$depsInstallPath\bin\D3D12\D3D12Core.dll" -Destination "$deploy_directory\D3D12\D3D12Co… in Deploy-Dependencies() variable19 …Copy-Item "$depsInstallPath\bin\D3D12\d3d12SDKLayers.dll" -Destination "$deploy_directory\D3D12\d3… in Deploy-Dependencies() variable22 Copy-Item "$depsInstallPath\bin\d3d10warp.dll" -Destination "$deploy_directory\d3d10warp.dll" in Deploy-Dependencies() variable
8 $depsInstallPath="C:\mesa-deps" variable32 meson setup .. -Dprefix="$depsInstallPath" variable68 meson setup .. -Dprefix="$depsInstallPath" --pkg-config-path="$depsInstallPath\lib\pkgconfig;$depsI… variable
35 $depsInstallPath="C:\mesa-deps" variable45 --cmake-prefix-path="$depsInstallPath" ` variable46 --pkg-config-path="$depsInstallPath\lib\pkgconfig;$depsInstallPath\share\pkgconfig" ` variable
67 $depsInstallPath="C:\mesa-deps" variable
81 $depsInstallPath="C:\mesa-deps" variable