From 52ab395c00b04e4f6f2f2625557acf5a325304db Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Mon, 8 Jul 2002 19:36:51 +0000 Subject: [PATCH] Added some environment variables documentation. --- documentation/running.sgml | 95 +++++++++++++++++++++++--------------- 1 file changed, 59 insertions(+), 36 deletions(-) diff --git a/documentation/running.sgml b/documentation/running.sgml index de852cf55bc..fa0f0fd4865 100644 --- a/documentation/running.sgml +++ b/documentation/running.sgml @@ -39,7 +39,7 @@ Options: up with a sensible set of defaults; in this case, you can run wine without explicitly listing any options. In rare cases, you might want to override certain - parameters on the command line. + parameters on the command line. After the options, you should put the name of the file you @@ -166,69 +166,69 @@ Options: allacceladvapianimateaspi atomavifile bitblt bitmap caret - + cdromclass clipboard clippingcombo - + comboex commcommctrlcommdlg console - + crtdllcursordatetimedc ddeml - + ddraw debug debugstrdelayhlpdialog - + dinputdll dosfsdosmemdplay - + driverdsoundeditelfdllenhmetafile - + eventexecfilefixupfont - + gdi globalgraphics headerheap - + hookhotkeyicmpiconimagehlp - + imagelist immintint10int16 - + int17int19int21int31 io - + ipaddressjoystickkeykeyboardloaddll - + ldtlistboxlistviewlocalmci - + mcianimmciavimcicdamcimidimciwave - + mdimenumessagemetafilemidi - + mmauxmmiommsysmmtimemodule - + monthcalmprmsacmmsgmsvideo - + nativefontnonclientntdllodbcole - + openglpagerpalettepidlprint - + processprofileprogressproppropsheet - + psapipsdrvrasrebarreg - + regionrelayresourcericheditscroll - + segmentsehselectorsendmsgserver - + setupapisetupxshellsnoopsound - + staticstatusbarstoragestressstring - + syscolorsystemtabtapetapi - + tasktextthreadthunktimer - + toolbartoolhelptooltipstrackbartreeview - + ttydrvtweaktypelibupdownver - + virtualvxdwavewinwin16drv - + win32winedbgwingwininetwinsock - + winspoolwnetx11 @@ -245,24 +245,47 @@ winspoolwnetx11 --dll - + --help - + --version - + + + + Setting Windows/DOS environment variables + + Your program might require some environment variable to be set + properly in order to run successfully. + In this case you need to set this environment variable in the + Linux shell, since Wine will pass on the entire shell environment + variable settings to the Windows environment variable space. + Example for the bash shell (other shells may have a different syntax + !): + + export MYENVIRONMENTVAR=myenvironmentvarsetting + + This will make sure your Windows program can access the + MYENVIRONMENTVAR environment variable once you start your program + using Wine. + If you want to have MYENVIRONMENTVAR set permanently, then you can + place the setting into /etc/profile, or also ~/.bashrc in the case of + bash. + + +