From ad514e7cf4cc287a2d023d941d6a80d996630364 Mon Sep 17 00:00:00 2001 From: Alexander Morozov Date: Tue, 17 Jan 2012 10:15:58 +0400 Subject: [PATCH] wine98: Current wine does not contain native ole libraries. --- etersoft/scripts/wine98 | 5 +---- 1 files changed, 1 insertions(+), 4 deletions(-) diff --git a/etersoft/scripts/wine98 b/etersoft/scripts/wine98 index c7aec2d..6326ac3 100755 --- a/etersoft/scripts/wine98 +++ b/etersoft/scripts/wine98 @@ -1,9 +1,6 @@ #!/bin/sh + echo "Running in Windows 98 environment..." export WINDOWS_VERSION="win98" -[ -z "$WINEDLLOVERRIDES" ] || WINEDLLOVERRIDES="${WINEDLLOVERRIDES};" - -export WINEDLLOVERRIDES="${WINEDLLOVERRIDES}ole32,rpcrt4,oleaut32,olecnv32,olethk32,olepro32,msi,msiexec.exe=n" - wine "$@" -- 1.7.7.4