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