ENH: change mingw to use libfoo.dll instead of foo.dll since it can link to them

This commit is contained in:
Bill Hoffman
2004-02-13 10:51:44 -05:00
parent c44d0ef733
commit f7ce654912
2 changed files with 1 additions and 9 deletions
+1 -1
View File
@@ -1,7 +1,7 @@
SET(CMAKE_LINK_LIBRARY_SUFFIX "")
SET(CMAKE_STATIC_LIBRARY_PREFIX "lib")
SET(CMAKE_STATIC_LIBRARY_SUFFIX ".a")
SET(CMAKE_SHARED_LIBRARY_PREFIX "") # lib
SET(CMAKE_SHARED_LIBRARY_PREFIX "lib") # lib
SET(CMAKE_SHARED_LIBRARY_SUFFIX ".dll") # .so
SET(CMAKE_DL_LIBS "")
SET(CMAKE_SHARED_LIBRARY_C_FLAGS "") # -pic