Skip to content
Snippets Groups Projects
Commit 6a2ca011 authored by Eric Pouech's avatar Eric Pouech Committed by Alexandre Julliard
Browse files

Added the ability to add local configuration to winewrapper.

parent e8a1a232
No related branches found
Tags wine-960414
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment