diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2002-08-23 20:25:41 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2002-08-23 20:25:41 (GMT) |
commit | 85d1fc14256cc090cdd2f6086d883f715aad80de (patch) | |
tree | 4021f5580d7ccfd5d25e12f022d2667b7d4d365d /Tests/Complex | |
parent | cb57dd49c71b9eacf1884451d89e0c0de0892138 (diff) | |
download | CMake-85d1fc14256cc090cdd2f6086d883f715aad80de.zip CMake-85d1fc14256cc090cdd2f6086d883f715aad80de.tar.gz CMake-85d1fc14256cc090cdd2f6086d883f715aad80de.tar.bz2 |
no more dll for plugin
Diffstat (limited to 'Tests/Complex')
-rw-r--r-- | Tests/Complex/CMakeLists.txt | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/Tests/Complex/CMakeLists.txt b/Tests/Complex/CMakeLists.txt index c119f14..4b05d07 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 # |