فهرست منبع

no more dll for plugin

Bill Hoffman 23 سال پیش
والد
کامیت
85d1fc1425
3فایلهای تغییر یافته به همراه0 افزوده شده و 24 حذف شده
  1. 0 8
      Tests/Complex/CMakeLists.txt
  2. 0 8
      Tests/ComplexOneConfig/CMakeLists.txt
  3. 0 8
      Tests/ComplexRelativePaths/CMakeLists.txt

+ 0 - 8
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
 #

+ 0 - 8
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
 #

+ 0 - 8
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
 #