http://git.etersoft.ru/projects
/
wine
/
eterwine.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
a45fc5a
)
wine98: fix olepro name
author
Vitaly Lipatov
<lav@etersoft.ru>
Mon, 8 Jun 2009 16:37:41 +0000
(20:37 +0400)
committer
Vitaly Lipatov
<lav@etersoft.ru>
Sun, 12 Jul 2009 20:50:59 +0000
(
00:50
+0400)
etersoft/scripts/wine98
patch
|
blob
|
blame
|
history
diff --git
a/etersoft/scripts/wine98
b/etersoft/scripts/wine98
index 5514bef435e14d8e8ed3aa409edadb6842e1bc3b..27f29330a613f319445b3d90dc885ba63a4d39e8 100755
(executable)
--- a/
etersoft/scripts/wine98
+++ b/
etersoft/scripts/wine98
@@
-3,8
+3,8
@@
echo "Running in Windows 98 environment..."
export WINDOWS_VERSION="win98"
if [ -z "$WINEDLLOVERRIDES" ] ; then
- export WINEDLLOVERRIDES="ole32,rpcrt4,oleaut32,olepro,msi,msiexec.exe=n,b"
+ export WINEDLLOVERRIDES="ole32,rpcrt4,oleaut32,olepro
32
,msi,msiexec.exe=n,b"
else
- export WINEDLLOVERRIDES="$WINEDLLOVERRIDES;ole32,rpcrt4,oleaut32,olepro,msi,msiexec.exe=n,b"
+ export WINEDLLOVERRIDES="$WINEDLLOVERRIDES;ole32,rpcrt4,oleaut32,olepro
32
,msi,msiexec.exe=n,b"
fi
wine "$@"