Ajout de l'ensemble du workspace.
[GPU.git] / WCudaMSE / API_Bilat_MultiCourbes_FreeGlut_Cuda / INC / envBilatMultiCourbeFreeGlut.h
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 (executable)
index 0000000..6f17b3d
--- /dev/null
@@ -0,0 +1,19 @@
+#ifndef ENV_CBI_MULTI_COURBES_FREEGLUT_H\r
+#define ENV_CBI_MULTI_COURBES_FREEGLUT_H\r
+\r
+#include "dllHelper.h"\r
+\r
+#ifdef CBI_MULTI_COURBES_GLUT_DLL // defined if API is compiled as a DLL\r
+  #ifdef CBI_MULTI_COURBES_GLUT_DLL_EXPORT // defined if we are building the API DLL (instead of using it)\r
+    #define CBI_MULTI_COURBES_GLUT HELPER_DLL_EXPORT\r
+  #else\r
+    #define CBI_MULTI_COURBES_GLUT HELPER_DLL_IMPORT\r
+  #endif\r
+  #define CBI_MULTI_COURBES_GLUT_LOCAL HELPER_DLL_LOCAL\r
+#else // GL_TOOLS_USE_DLL is not defined: this means API is a static lib.\r
+  #define CBI_MULTI_COURBES_GLUT\r
+  #define CBI_MULTI_COURBES_GLUT_LOCAL\r
+#endif\r
+\r
+\r
+#endif\r