Recommended global variables

From Code::Blocks
Revision as of 18:00, 12 November 2005 by Thomas (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Technically, it does not matter how you name your global user variables. However, if you wish to maximise the benefit of using global user variables, then you better make sure that the same name always means the same thing!

Example:
If you call the location of your wxWidgets installation #wx, and two other developers call them #wxwin and #wxwidgets in their projects, then somebody compiling all three projects will be promted three times for the same thing. This is obviously less than optimal.

This list is provided as a guideline and in no way authorative. However, if you use the names in this list, chances are good that people trying to compile your projects will be a lot happier.


List of "well known" names for global user variables
IDE and compilers
cbLocation of the development version of Code::Blocks (base dir)
gccBase directory of your gcc or MinGW installation
msvcBase directory of your MSVC toolkit installation
pfsdkLocation of the Microsoft platform SDK (base dir)
dmBase directory of your Digital Mars installation
GUI toolkits
wxBase directory of wxWidgets
flBase directory of FLTK
qtBase directory of Qt
Graphics toolkits
sdlBase directory of SDL
ftBase directory of freetype
ogreBase directory of Ogre 3D
g3dBase directory of Graphics 3D
genesisBase directory of Genesis 3D
csBase directory of Crystal Space
ilBase directory of Irrlicht
Other packages
openalBase directory of OpenAL
zlibBase directory of zlib