Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
[tesh] simplify the way we read the teshfile
[simgrid.git] / tools / cmake / MakeLibWin.cmake
index 516f138..8f77f3d 100644 (file)
@@ -6,12 +6,7 @@ add_library(simgrid SHARED ${simgrid_sources})
 if(MSVC)
   set_target_properties(simgrid  PROPERTIES 
        COMPILE_FLAGS "/D_XBT_DLL_EXPORT /DDLL_EXPORT" 
-       LINK_FLAGS "-shared" 
-       VERSION ${libsimgrid_version} 
-       PREFIX "lib" SUFFIX ".dll" 
-       IMPORT_PREFIX "lib" 
-       IMPORT_SUFFIX ".dll")
-  
+       VERSION ${libsimgrid_version} )
 else()
   set_target_properties(simgrid  PROPERTIES 
        COMPILE_FLAGS "-D_XBT_DLL_EXPORT -DDLL_EXPORT"