From 56ce727d1019886d210b7f6181504f279052816c Mon Sep 17 00:00:00 2001 From: Brad King Date: Tue, 20 Mar 2007 09:14:27 -0400 Subject: BUG: Disable creation of import libraries for executables on Borland until it can be made optional. Otherwise all executables get a .lib with the same name which is unexpected behavior for users. --- Modules/Platform/Windows-bcc32.cmake | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Modules/Platform/Windows-bcc32.cmake b/Modules/Platform/Windows-bcc32.cmake index 7840473..82fa064 100644 --- a/Modules/Platform/Windows-bcc32.cmake +++ b/Modules/Platform/Windows-bcc32.cmake @@ -65,13 +65,13 @@ SET(CMAKE_C_COMPILE_OBJECT SET(CMAKE_C_LINK_EXECUTABLE " ${CMAKE_START_TEMP_FILE}-e ${CMAKE_END_TEMP_FILE}" - "implib -c -w " +# "implib -c -w " ) SET(CMAKE_CXX_LINK_EXECUTABLE " ${CMAKE_START_TEMP_FILE} -e ${CMAKE_END_TEMP_FILE}" - "implib -c -w " +# "implib -c -w " ) SET (CMAKE_BUILD_TYPE Debug CACHE STRING -- cgit v0.12