]>
git.saurik.com Git - wxWidgets.git/blob - docs/doxygen/overviews/envvars.h
1 /////////////////////////////////////////////////////////////////////////////
3 // Purpose: topic overview
4 // Author: wxWidgets team
6 // Licence: wxWindows licence
7 /////////////////////////////////////////////////////////////////////////////
11 @page overview_envvars Environment Variables
13 This section describes all environment variables that affect execution of
19 This variable can be set to a comma-separated list of trace masks used in
20 wxLogTrace calls; wxLog::AddTraceMask is called for every mask
21 in the list during wxWidgets initialization.}
24 Overrides installation prefix. Normally, the prefix
25 is hard-coded and is the same as the value passed to @c configure via
26 the @c --prefix switch when compiling the library (typically
27 @c /usr/local or @c /usr). You can set WXPREFIX if you are for example
28 distributing a binary version of an application and you don't know in advance
29 where it will be installed.}
32 Sets MGL video mode. The value must be in form
33 @e widthx@e height-@e depth. The default is @c 640x480-16.}
36 Redirects stderr output to a file.}