summaryrefslogtreecommitdiff
path: root/PDAFT/env
diff options
context:
space:
mode:
Diffstat (limited to 'PDAFT/env')
-rwxr-xr-xPDAFT/env7
1 files changed, 7 insertions, 0 deletions
diff --git a/PDAFT/env b/PDAFT/env
new file mode 100755
index 0000000..31c1327
--- /dev/null
+++ b/PDAFT/env
@@ -0,0 +1,7 @@
+#!/bin/sh
+
+export WINEPREFIX="$(pwd)/wine"
+export WINEARCH=win64
+export WINEDLLOVERRIDES='dnsapi.dll=n,b'
+export WINEESYNC=1
+export WINEDEBUG=-all