From eb7ab7964a3e9c2137d360ecae0c702a67668c92 Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Sat, 14 Feb 2004 16:55:04 -0500 Subject: shared modules are not linked so do not use lib prefix --- Modules/Platform/Windows-gcc.cmake | 1 + 1 file changed, 1 insertion(+) diff --git a/Modules/Platform/Windows-gcc.cmake b/Modules/Platform/Windows-gcc.cmake index c38df85..d12378f 100644 --- a/Modules/Platform/Windows-gcc.cmake +++ b/Modules/Platform/Windows-gcc.cmake @@ -3,6 +3,7 @@ SET(CMAKE_STATIC_LIBRARY_PREFIX "lib") SET(CMAKE_STATIC_LIBRARY_SUFFIX ".a") SET(CMAKE_SHARED_LIBRARY_PREFIX "lib") # lib SET(CMAKE_SHARED_LIBRARY_SUFFIX ".dll") # .so +SET(CMAKE_SHARED_MODULE_PREFIX "") SET(CMAKE_DL_LIBS "") SET(CMAKE_SHARED_LIBRARY_C_FLAGS "") # -pic SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared") # -shared -- cgit v0.12