1 #ifndef BUILD_CONFIGURATION_GROUP
2 #define BUILD_CONFIGURATION_GROUP
34 #ifndef GURPTA_DYNAMIC_LIBRARY_HEADER
35 #define GURPTA_DYNAMIC_LIBRARY_HEADER
38 #include <basis/build_configuration.h>
39 #if defined(BUILD_GURPTA)
40 #define GURPTA_LIBRARY HOOPLE_DYNAMIC_EXPORT
41 #elif defined(DYNAMIC_HOOPLE)
42 #define GURPTA_LIBRARY HOOPLE_DYNAMIC_IMPORT
44 #define GURPTA_LIBRARY
50 #define HOOPLE_DYNAMIC_EXPORT __declspec(dllexport)
51 #define HOOPLE_DYNAMIC_IMPORT __declspec(dllimport)
54 #define HOOPLE_DYNAMIC_EXPORT
55 #define HOOPLE_DYNAMIC_IMPORT
Constants and objects used throughout HOOPLE.