MimIR
0.1
MimIR is my Intermediate Representation
Loading...
Searching...
No Matches
config.h
Go to the documentation of this file.
1
#pragma once
2
3
#define MIM_ENABLE_CHECKS
4
5
#define MIM_VER "0.1"
6
#define MIM_VER_MAJOR "0"
7
#define MIM_VER_MINOR "1"
8
#define MIM_VER_PATCH ""
9
10
#define MIM_INSTALL_PREFIX "/usr/local"
11
#define MIM_LIBDIR "lib"
12
13
#ifdef _MSC_VER
14
#define MIM_EXPORT __declspec(dllexport)
15
#define MIM_IMPORT __declspec(dllimport)
16
#else
17
#define MIM_EXPORT __attribute__((visibility("default")))
18
#define MIM_IMPORT
19
#endif
build
include
mim
config.h
Generated by
1.13.2