From 85d1fc14256cc090cdd2f6086d883f715aad80de Mon Sep 17 00:00:00 2001 From: Bill Hoffman Date: Fri, 23 Aug 2002 16:25:41 -0400 Subject: [PATCH] no more dll for plugin --- Tests/Complex/CMakeLists.txt | 8 -------- Tests/ComplexOneConfig/CMakeLists.txt | 8 -------- Tests/ComplexRelativePaths/CMakeLists.txt | 8 -------- 3 files changed, 24 deletions(-) diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt index c119f14ea..4b05d0726 100644 --- a/Tests/Complex/CMakeLists.txt +++ b/Tests/Complex/CMakeLists.txt @@ -3,14 +3,6 @@ # PROJECT (Complex) -# For borland since CMakeLib is a dll all .cxx files have -# to be compiled with -tWR to get the dll version of the borland -# standard library -IF(BORLAND) - SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -tWR") - SET(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} -tWR") -ENDIF(BORLAND) - # # Define a macro # diff --git a/Tests/ComplexOneConfig/CMakeLists.txt b/Tests/ComplexOneConfig/CMakeLists.txt index c119f14ea..4b05d0726 100644 --- a/Tests/ComplexOneConfig/CMakeLists.txt +++ b/Tests/ComplexOneConfig/CMakeLists.txt @@ -3,14 +3,6 @@ # PROJECT (Complex) -# For borland since CMakeLib is a dll all .cxx files have -# to be compiled with -tWR to get the dll version of the borland -# standard library -IF(BORLAND) - SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -tWR") - SET(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} -tWR") -ENDIF(BORLAND) - # # Define a macro # diff --git a/Tests/ComplexRelativePaths/CMakeLists.txt b/Tests/ComplexRelativePaths/CMakeLists.txt index c119f14ea..4b05d0726 100644 --- a/Tests/ComplexRelativePaths/CMakeLists.txt +++ b/Tests/ComplexRelativePaths/CMakeLists.txt @@ -3,14 +3,6 @@ # PROJECT (Complex) -# For borland since CMakeLib is a dll all .cxx files have -# to be compiled with -tWR to get the dll version of the borland -# standard library -IF(BORLAND) - SET(CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -tWR") - SET(CMAKE_LINKER_FLAGS "${CMAKE_LINKER_FLAGS} -tWR") -ENDIF(BORLAND) - # # Define a macro #