|
MimIR 0.1
MimIR is my Intermediate Representation
|
Go to the source code of this file.
Macros | |
| #define | MIM_ENABLE_CHECKS |
| #define | MIM_VER "0.1" |
| #define | MIM_VER_MAJOR "0" |
| #define | MIM_VER_MINOR "1" |
| #define | MIM_VER_PATCH "" |
| #define | MIM_INSTALL_PREFIX "/usr/local" |
| #define | MIM_LIBDIR "lib" |
| #define | MIM_EXPORT __attribute__((visibility("default"))) |
| #define | MIM_IMPORT |
| #define MIM_EXPORT __attribute__((visibility("default"))) |
Definition at line 17 of file config.h.
Referenced by mim::mim_get_plugin(), and mim_get_plugin().
| #define MIM_INSTALL_PREFIX "/usr/local" |
Definition at line 10 of file config.h.
Referenced by mim::Driver::Driver().
| #define MIM_LIBDIR "lib" |
Definition at line 11 of file config.h.
Referenced by mim::Driver::Driver().