summaryrefslogtreecommitdiff
path: root/Modules
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2003-08-27 16:42:01 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2003-08-27 16:42:01 -0400
commita35d911defc912e3d5f1cbbf292493cbcec6f238 (patch)
treee3a35f003cccbc58195d9fad66bf4e8ae1b5ccf9 /Modules
parentf9064ee91ad837645e04ac4d396c3f202d7a4a2d (diff)
downloadcmake-a35d911defc912e3d5f1cbbf292493cbcec6f238.tar.gz
ENH: MinGW build now passes all the tests
Diffstat (limited to 'Modules')
-rw-r--r--Modules/Platform/Windows-gcc.cmake4
1 files changed, 2 insertions, 2 deletions
diff --git a/Modules/Platform/Windows-gcc.cmake b/Modules/Platform/Windows-gcc.cmake
index 5b50043bb7..a5a42f7cf3 100644
--- a/Modules/Platform/Windows-gcc.cmake
+++ b/Modules/Platform/Windows-gcc.cmake
@@ -1,8 +1,8 @@
SET(CMAKE_LINK_LIBRARY_SUFFIX "")
SET(CMAKE_STATIC_LIBRARY_PREFIX "lib")
SET(CMAKE_STATIC_LIBRARY_SUFFIX ".a")
-SET(CMAKE_SHARED_LIBRARY_PREFIX "lib") # lib
-SET(CMAKE_SHARED_LIBRARY_SUFFIX ".so") # .so
+SET(CMAKE_SHARED_LIBRARY_PREFIX "") # lib
+SET(CMAKE_SHARED_LIBRARY_SUFFIX ".dll") # .so
SET(CMAKE_DL_LIBS "")
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "") # -pic
SET(CMAKE_SHARED_LIBRARY_CREATE_C_FLAGS "-shared") # -shared