Commit 6a2ca011 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard

Added the ability to add local configuration to winewrapper.

parent e8a1a232
......@@ -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
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment