platform & compilator detection scripts. More...
Go to the source code of this file.
Defines | |
| #define | SO3_PLATFORM_WINDOWS 1 |
| #define | SO3_PLATFORM_LINUX 2 |
| #define | SO3_PLATFORM_APPLE 3 |
| #define | SO3_COMPILATOR_MSVC 1 |
| #define | SO3_COMPILATOR_GNUC 2 |
| #define | SO3_PLATFORM SO3_PLATFORM_LINUX |
platform & compilator detection scripts.
Definition in file SO3Platform.h.
| #define SO3_COMPILATOR_GNUC 2 |
Definition at line 45 of file SO3Platform.h.
| #define SO3_COMPILATOR_MSVC 1 |
Definition at line 44 of file SO3Platform.h.
| #define SO3_PLATFORM SO3_PLATFORM_LINUX |
Definition at line 68 of file SO3Platform.h.
| #define SO3_PLATFORM_APPLE 3 |
Definition at line 41 of file SO3Platform.h.
| #define SO3_PLATFORM_LINUX 2 |
Definition at line 40 of file SO3Platform.h.
| #define SO3_PLATFORM_WINDOWS 1 |
Definition at line 39 of file SO3Platform.h.
1.6.3