X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FAPI_Bilat_FreeGlut_Tools%2FINC%2FenvFreeGlutTools.h;fp=WCudaMSE%2FAPI_Bilat_FreeGlut_Tools%2FINC%2FenvFreeGlutTools.h;h=ce52842258336b1f41c9bd4dea9427b257955071;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/API_Bilat_FreeGlut_Tools/INC/envFreeGlutTools.h b/WCudaMSE/API_Bilat_FreeGlut_Tools/INC/envFreeGlutTools.h new file mode 100755 index 0000000..ce52842 --- /dev/null +++ b/WCudaMSE/API_Bilat_FreeGlut_Tools/INC/envFreeGlutTools.h @@ -0,0 +1,28 @@ +/** + * Bilat_FreeGlut_Tools + * + * version : 002 + * + * Cédric Bilat cedric.bilat@he-arc.ch + * Stähli Joaquim joaquim.stahli@he-arc.ch + */ + +#ifndef ENV_FREEGLUT_TOOLS_H +#define ENV_FREEGLUT_TOOLS_H + +#include "dllHelper.h" + +#ifdef CBI_FREEGLUT_TOOLS_DLL // defined if API is compiled as a DLL + #ifdef CBI_FREEGLUT_TOOLS_EXPORT // defined if we are building the API DLL (instead of using it) + #define CBI_FREEGLUT_TOOLS HELPER_DLL_EXPORT + #else + #define CBI_FREEGLUT_TOOLS HELPER_DLL_IMPORT + #endif + #define CBI_FREEGLUT_TOOLS_LOCAL HELPER_DLL_LOCAL +#else // CBI_FREEGLUT_TOOLS_DLL is not defined: this means API is a static lib. + #define CBI_FREEGLUT_TOOLS + #define CBI_FREEGLUT_TOOLS_LOCAL +#endif + + +#endif