summaryrefslogtreecommitdiffstats
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2004-02-14 21:55:04 (GMT)
committerBill Hoffman <bill.hoffman@kitware.com>2004-02-14 21:55:04 (GMT)
commiteb7ab7964a3e9c2137d360ecae0c702a67668c92 (patch)
treedf921c17d95ee2810075e5cc9e6d2544036bb568 /Modules
parentf7ce6549125e645abba5801bbbde235099ba6ee5 (diff)
downloadCMake-eb7ab7964a3e9c2137d360ecae0c702a67668c92.zip
CMake-eb7ab7964a3e9c2137d360ecae0c702a67668c92.tar.gz
CMake-eb7ab7964a3e9c2137d360ecae0c702a67668c92.tar.bz2
shared modules are not linked so do not use lib prefix
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Windows-gcc.cmake1
1 files changed, 1 insertions, 0 deletions
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