Added the ability to add local configuration to winewrapper.

This commit is contained in:
Eric Pouech 2002-05-28 22:48:17 +00:00 committed by Alexandre Julliard
parent e8a1a232b6
commit 6a2ca011b6
1 changed files with 6 additions and 0 deletions

View File

@ -73,6 +73,12 @@ WINESERVER="$topdir/server/wineserver"
WINELOADER="$topdir/miscemu/wine"
export LD_LIBRARY_PATH WINEDLLPATH WINESERVER WINELOADER
# any local settings ?
if [ -f "$topdir/.winewrapper" ]
then
. $topdir/.winewrapper
fi
# and run the application
case "$0" in