Add headless runtime tooling and Campaign.win analysis
This commit is contained in:
parent
57bf0666e0
commit
27172e3786
37 changed files with 11867 additions and 302 deletions
|
|
@ -16,7 +16,7 @@ export WINEPREFIX="$repo_root/rt3_wineprefix"
|
|||
export WINEDLLOVERRIDES="dinput8=n,b"
|
||||
|
||||
cmd=(/opt/wine-stable/bin/winedbg)
|
||||
cmd_file="${RRT_WINEDBG_CMD_FILE:-$repo_root/tools/winedbg_auto_load_compare.cmd}"
|
||||
cmd_file="${RRT_WINEDBG_CMD_FILE:-$repo_root/tools/winedbg_auto_load_crash.cmd}"
|
||||
if [[ -n "$cmd_file" ]]; then
|
||||
cmd+=(--file "$cmd_file")
|
||||
fi
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue