Main Page | Class Hierarchy | Alphabetical List | Class List | Directories | File List | Class Members | File Members | Related Pages

Setup.h File Reference

#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)


Define Documentation

#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)))

Definition at line 133 of file Setup.h.

#define mcENABLE_COW
 

Definition at line 101 of file Setup.h.

#define mcENABLE_DATA
 

Definition at line 51 of file Setup.h.

#define mcENABLE_GUI
 

Definition at line 42 of file Setup.h.

#define mcENABLE_IO
 

Definition at line 48 of file Setup.h.

#define mcENABLE_MATH
 

Definition at line 45 of file Setup.h.

#define mcUSE_GMP
 

Definition at line 73 of file Setup.h.

#define mcUSE_LIBXML2
 

Definition at line 68 of file Setup.h.

#define mcUSE_WXSCRIPT
 

Definition at line 78 of file Setup.h.

#define wxSCRIPT_NO_CINT
 

Definition at line 60 of file Setup.h.

#define wxSCRIPT_NO_UNDERC
 

Definition at line 63 of file Setup.h.



Documentation generated with Doxygen on Sun Feb 6 17:12:06 2005
Visit MathStudio home page for more info

[ Top ]