X-Git-Url: http://git.euphorik.ch/index.cgi?a=blobdiff_plain;f=WCudaMSE%2FAPI_Bilat_MultiCourbes_FreeGlut_Cuda%2FINC%2FenvBilatMultiCourbeFreeGlut.h;fp=WCudaMSE%2FAPI_Bilat_MultiCourbes_FreeGlut_Cuda%2FINC%2FenvBilatMultiCourbeFreeGlut.h;h=6f17b3dbcdca8a2a30f199a02a9ce4b22e95afb3;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/API_Bilat_MultiCourbes_FreeGlut_Cuda/INC/envBilatMultiCourbeFreeGlut.h b/WCudaMSE/API_Bilat_MultiCourbes_FreeGlut_Cuda/INC/envBilatMultiCourbeFreeGlut.h new file mode 100755 index 0000000..6f17b3d --- /dev/null +++ b/WCudaMSE/API_Bilat_MultiCourbes_FreeGlut_Cuda/INC/envBilatMultiCourbeFreeGlut.h @@ -0,0 +1,19 @@ +#ifndef ENV_CBI_MULTI_COURBES_FREEGLUT_H +#define ENV_CBI_MULTI_COURBES_FREEGLUT_H + +#include "dllHelper.h" + +#ifdef CBI_MULTI_COURBES_GLUT_DLL // defined if API is compiled as a DLL + #ifdef CBI_MULTI_COURBES_GLUT_DLL_EXPORT // defined if we are building the API DLL (instead of using it) + #define CBI_MULTI_COURBES_GLUT HELPER_DLL_EXPORT + #else + #define CBI_MULTI_COURBES_GLUT HELPER_DLL_IMPORT + #endif + #define CBI_MULTI_COURBES_GLUT_LOCAL HELPER_DLL_LOCAL +#else // GL_TOOLS_USE_DLL is not defined: this means API is a static lib. + #define CBI_MULTI_COURBES_GLUT + #define CBI_MULTI_COURBES_GLUT_LOCAL +#endif + + +#endif