X-Git-Url: http://git.euphorik.ch/?a=blobdiff_plain;f=WCudaMSE%2FAPI_Bilat_Graph2D_FreeGlut%2FINC%2FenvGraphFreeGlut.h;fp=WCudaMSE%2FAPI_Bilat_Graph2D_FreeGlut%2FINC%2FenvGraphFreeGlut.h;h=71774b886556e8db8127dc766ba4f18602c28ddc;hb=8d08c12b29c2a14684f35c023ee39e694bb80d25;hp=0000000000000000000000000000000000000000;hpb=226de81f7e1f1fbf4ac79d0d089e8a05ec7159a0;p=GPU.git diff --git a/WCudaMSE/API_Bilat_Graph2D_FreeGlut/INC/envGraphFreeGlut.h b/WCudaMSE/API_Bilat_Graph2D_FreeGlut/INC/envGraphFreeGlut.h new file mode 100755 index 0000000..71774b8 --- /dev/null +++ b/WCudaMSE/API_Bilat_Graph2D_FreeGlut/INC/envGraphFreeGlut.h @@ -0,0 +1,19 @@ +#ifndef ENVI_CBI_GRAPH_FREE_GLUT_H +#define ENVI_CBI_GRAPH_FREE_GLUT_H + +#include "dllHelper.h" + +#ifdef CBI_GRAPH_FREE_GLUT_DLL // defined if API is compiled as a DLL + #ifdef CBI_GRAPH_FREE_GLUT_DLL_EXPORT // defined if we are building the API DLL (instead of using it) + #define CBI_GRAPH_FREE_GLUT HELPER_DLL_EXPORT + #else + #define CBI_GRAPH_FREE_GLUT HELPER_DLL_IMPORT + #endif + #define CBI_GRAPH_FREE_GLUT_LOCAL HELPER_DLL_LOCAL +#else // GL_TOOLS_USE_DLL is not defined: this means API is a static lib. + #define CBI_GRAPH_FREE_GLUT + #define CBI_GRAPH_FREE_GLUT_LOCAL +#endif + + +#endif