Overview
Comment: | Fixed issue with disabling debugging on appropriate prefix |
---|---|
Downloads: | Tarball | ZIP archive | SQL archive |
Timelines: | family | ancestors | descendants | both | trunk |
Files: | files | file ages | folders |
SHA1: |
76d1b562f85ed3bc2b3dd3c749d38c7c |
User & Date: | rkeene on 2013-10-05 11:53:02 |
Other Links: | manifest | tags |
Context
2013-10-20
| ||
03:11 | Updated icon (courtesy of C. Shults) check-in: ef6ac5d932 user: rkeene tags: trunk | |
2013-10-05
| ||
11:53 | Fixed issue with disabling debugging on appropriate prefix check-in: 76d1b562f8 user: rkeene tags: trunk | |
2013-10-04
| ||
10:45 | More 64-bit test issues corrected check-in: 4e5fa96d8a user: rkeene tags: trunk | |
Changes
Modified build/test/test from [80606a5b08] to [2dc0e708ac].
︙ | |||
54 55 56 57 58 59 60 | 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 | - - + + | cat << \_EOF_ > "${WINEPREFIX32}/update-reg" [HKEY_LOCAL_MACHINE\Software\Microsoft\Windows NT\CurrentVersion\AeDebug] "Auto"=dword:00000001 "Debugger"="false" _EOF_ cp "${WINEPREFIX32}/update-reg" "${WINEPREFIX64}/update-reg" |
︙ |