Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add DLL_STATIC flags.
[simgrid.git] / buildtools / Cmake / gras_config.h.in
index 1809e5f..15a1e35 100644 (file)
@@ -6,7 +6,11 @@
 #ifdef _XBT_DLL_EXPORT
        #define DLL_EXPORT
 #else
-       #define DLL_IMPORT
+       #ifdef _XBT_DLL_STATIC
+               #define DLL_STATIC
+       #else
+               #define DLL_IMPORT
+       #endif
 #endif
 
 #ifndef __STRICT_ANSI__