summaryrefslogtreecommitdiff
path: root/PDAFT/env
blob: 31c132775ce097ccd0daaf822e018080ef287b11 (plain)
1
2
3
4
5
6
7
#!/bin/sh

export WINEPREFIX="$(pwd)/wine"
export WINEARCH=win64
export WINEDLLOVERRIDES='dnsapi.dll=n,b'
export WINEESYNC=1
export WINEDEBUG=-all