|
|
#include "mc/config.h"
Include dependency graph for Setup.h:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Defines | |
| #define | mcENABLE_GUI |
| #define | mcENABLE_MATH |
| #define | mcENABLE_IO |
| #define | mcENABLE_DATA |
| #define | wxSCRIPT_NO_CINT |
| #define | wxSCRIPT_NO_UNDERC |
| #define | mcUSE_LIBXML2 |
| #define | mcUSE_GMP |
| #define | mcUSE_WXSCRIPT |
| #define | mcENABLE_COW |
| #define | mcCHECK_VERSION(major, minor, release) |
|
|
Value: (mcMAJOR_VERSION > (major) || \ (mcMAJOR_VERSION == (major) && mcMINOR_VERSION > (minor)) || \ (mcMAJOR_VERSION == (major) && mcMINOR_VERSION == (minor) && \ mcRELEASE_NUMBER >= (release))) |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[ Top ] |